mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-15 07:31:05 +01:00
fix at mod loadtime warning in mcl_info
This commit is contained in:
parent
2436a6d616
commit
9603ee606c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue