mothership-ec / cog-mothership-commerce

Mothership Commerce Cogule
Other
5 stars 1 forks source link

Fix invisible unit loading issue #492

Closed thomasjthomasj closed 8 years ago

thomasjthomasj commented 8 years ago

The unit loader was doing the exact opposite of what it should do if you call includeInvisible(false), and only loading invisible units and not loading any others. This PR fixes that.