mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 10:53:43 +01:00
Minor fix 2
This commit is contained in:
parent
d6083e2c03
commit
fd764e2e36
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
|
||||
|
Loading…
Reference in New Issue
Block a user