mt-mods / pipeworks

Pipeworks is a mod for Minetest allowing the crafting and usage of pipes and tubes
Other
14 stars 19 forks source link

Fix crash if add_entity fails #88

Closed savilli closed 1 year ago

savilli commented 1 year ago

minetest.add_entity(...) can fail and return nil if there are too many entities already. In this case, we try to call get_luaentity on nil and the server crashes.

BuckarooBanzay commented 1 year ago

Not crashing sounds good but i guess you have other problems with that much entities...