Skip to content

Commit 2a51e40

Browse files
author
Jeija
committedNov 25, 2014
Fix luacontroller: attempt to perform arithmetic on global 'print_count' (a nil value)
1 parent 4bd9d2a commit 2a51e40

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎mesecons_luacontroller/init.lua

-5
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ local function safe_print(param)
172172
print(dump(param))
173173
end
174174

175-
minetest.register_globalstep(function(dtime)
176-
print_count = print_count - dtime
177-
end)
178-
179-
180175
local function remove_functions(x)
181176
local tp = type(x)
182177
if tp == "table" then

0 commit comments

Comments
 (0)
Please sign in to comment.