forked from VoxeLibre/VoxeLibre
fix at mod loadtime warning in mcl_info
This commit is contained in:
parent
2436a6d616
commit
9603ee606c
|
@ -106,7 +106,7 @@ local function info()
|
|||
end
|
||||
after(refresh_interval, info)
|
||||
end
|
||||
info()
|
||||
minetest.after(0,info)
|
||||
|
||||
minetest.register_on_leaveplayer(function(p)
|
||||
local name = p:get_player_name()
|
||||
|
|
Loading…
Reference in New Issue