remove a debug statement
This commit is contained in:
parent
fa57a07e29
commit
accc09e983
1
init.lua
1
init.lua
@ -31,7 +31,6 @@ dofile(modpath.."/door_models.lua")
|
|||||||
|
|
||||||
local function getClosed(pos)
|
local function getClosed(pos)
|
||||||
local c = minetest.get_meta(pos):get_string("closed")
|
local c = minetest.get_meta(pos):get_string("closed")
|
||||||
print(dump(c))
|
|
||||||
if c == "true" then
|
if c == "true" then
|
||||||
return true
|
return true
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user