add newline
This commit is contained in:
parent
b530187316
commit
b38ef29c8c
@ -125,6 +125,7 @@ end
|
||||
|
||||
minetest.register_globalstep(function(dtime) ws.step_globalhacks(dtime) end)
|
||||
minetest.settings:set_bool('continuous_forward',false)
|
||||
|
||||
function ws.on_connect(func)
|
||||
if not minetest.localplayer then minetest.after(0,function() ws.on_connect(func) end) return end
|
||||
if func then func() end
|
||||
|
Loading…
x
Reference in New Issue
Block a user