forked from Mineclonia/Mineclonia
Remove debug message
This commit is contained in:
parent
fd581fa4b6
commit
a763dcd761
|
@ -133,7 +133,6 @@ end
|
|||
--drop craf items and reset inventory on closing
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
if fields.quit then
|
||||
minetest.log("error", "quite")
|
||||
local formspec = player:get_inventory_formspec()
|
||||
local size = string.len(formspec)
|
||||
local marker = string.sub(formspec,size-2)
|
||||
|
|
Loading…
Reference in New Issue