Remove global debug class for release
This commit is contained in:
parent
2065b4b56e
commit
cb17413a01
@ -10,7 +10,7 @@ dofile(path.."/inv_list_sorting.lua")
|
||||
dofile(path.."/inv_list_filtering.lua")
|
||||
|
||||
-- bad debug
|
||||
d = {}
|
||||
local d = {}
|
||||
d.ttos = logistica.ttos
|
||||
d.log = minetest.chat_send_all
|
||||
function d.table_map(self, f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user