- fixed undeclared local
This commit is contained in:
parent
23780d7b37
commit
aef7f0035c
@ -4,6 +4,9 @@ local minetest, nodecore
|
||||
-- LUALOCALS > ---------------------------------------------------------
|
||||
local modname = minetest.get_current_modname()
|
||||
------------------------------------------------------------------------
|
||||
local ymin = -64
|
||||
local ymax = -1
|
||||
------------------------------------------------------------------------
|
||||
local box = {
|
||||
type="fixed",
|
||||
fixed = { {-0.5, -0.5, -0.5, 0.5, 1.5, 0.5}, },
|
||||
|
Loading…
x
Reference in New Issue
Block a user