Skip to content
Snippets Groups Projects
Commit 2a51e40a authored by Jeija's avatar Jeija
Browse files

Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a nil value)

parent 4bd9d2a9
No related branches found
No related tags found
No related merge requests found
......@@ -172,11 +172,6 @@ local function safe_print(param)
print(dump(param))
end
minetest.register_globalstep(function(dtime)
print_count = print_count - dtime
end)
local function remove_functions(x)
local tp = type(x)
if tp == "table" then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment