Thats just stupid

This commit is contained in:
joenas 2017-09-12 12:44:23 +02:00
parent d316776ed0
commit e93f6b436a
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@ function eprintf(fmt, ...)
minetest.log("info", fmt:format(...))
end
function table_print (tt, indent, done)
done = done or {}
indent = indent or 0

View File

@ -25,7 +25,7 @@ matrix = {
}
dofile(modpath.."/config.lua")
--dofile(modpath.."/debug.lua")
dofile(modpath.."/debug.lua")
-- Temporarily set require so that LuaIRC can access it
local old_require = require