obivandamme / Workshop

This is the repository for the OSE Workshop mod for Kerbal Space Program
Other
11 stars 16 forks source link

won't finish if there's exactly enough space #30

Closed swilbur closed 8 years ago

swilbur commented 8 years ago

If there's exactly enough space for an item, the workshop won't finish printing it. This matters for RoverDude's MKS parts, which have volumeOverride=1000 so they'll exactly fit in the small KIS containers.

WorkshopUtils.HasFreeSpace() should have a "<=" instead of a "<"