forked from minetest-mods/craftguide
Minor fix 2
This commit is contained in:
2
init.lua
2
init.lua
@ -1960,7 +1960,6 @@ end
|
||||
on_mods_loaded(get_init_items)
|
||||
|
||||
on_joinplayer(function(player)
|
||||
after(0, function()
|
||||
local name = player:get_player_name()
|
||||
init_data(player, name)
|
||||
local data = pdata[name]
|
||||
@ -1969,7 +1968,6 @@ on_joinplayer(function(player)
|
||||
outdated(name)
|
||||
end
|
||||
end)
|
||||
end)
|
||||
|
||||
on_receive_fields(function(player, formname, _f)
|
||||
if formname ~= "craftguide" then
|
||||
|
Reference in New Issue
Block a user