ElCeejo / animalia

Basic Fauna for Minetest Game
MIT License
14 stars 37 forks source link

Fix crashes on PUC Lua 5.1 #61

Open appgurueu opened 1 year ago

appgurueu commented 1 year ago

Closes #60. I grepped for all usages of random; I think I caught all the ones that may use a range which is the wrong way around.

Side note: strictest would've caught this on LuaJIT (it also catches two shady instances of you indexing strings as if they were tables etc.).