minetest-mods / technic

Technic mod for Minetest
Other
145 stars 155 forks source link

technic_cnc/cnc.lua: fix access to non-existant stack parameter #528

Closed thetaepsilon-gamedev closed 4 years ago

thetaepsilon-gamedev commented 4 years ago

This implementation of allow_metadata_inventorymove appears to have been written like the other allow* functions in this file, but for this particular function stack is not actually a parameter passed, only the actual count. Return that instead of trying to reference a non-existant variable and crashing.

SmallJoker commented 4 years ago

Looks good. Will merge this fix soon. FYI: The author email address is not valid. It won't be assigned to your account.