Noita-Together / noita-together

Play alone together
MIT License
44 stars 13 forks source link

Fix NT.HealthCheck table access in sometimes illegal way #96

Closed tehkab closed 9 months ago

tehkab commented 9 months ago

This was causing (among other things perhaps?) the hourglass trigger appends to not work after a mod restart, because NT.HealthCheck could not be set to an empty table at init (global store not yet ready?), which the next line then attempts to access and fails, throwing a lua error.

SkyeOfBreeze commented 9 months ago

hold on merging for a little, but approved