Skip to content
Snippets Groups Projects
Commit f2849dbf authored by joenas's avatar joenas
Browse files

Merge branch 'master' into appservice

parents 686b64dd e93f6b43
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ function eprintf(fmt, ...) ...@@ -2,7 +2,6 @@ function eprintf(fmt, ...)
minetest.log("info", fmt:format(...)) minetest.log("info", fmt:format(...))
end end
function table_print (tt, indent, done) function table_print (tt, indent, done)
done = done or {} done = done or {}
indent = indent or 0 indent = indent or 0
......
...@@ -25,7 +25,7 @@ matrix = { ...@@ -25,7 +25,7 @@ matrix = {
} }
dofile(modpath.."/config.lua") dofile(modpath.."/config.lua")
--dofile(modpath.."/debug.lua") dofile(modpath.."/debug.lua")
-- Temporarily set require so that LuaIRC can access it -- Temporarily set require so that LuaIRC can access it
local old_require = require local old_require = require
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment