forked from MineClone5/MineClone5
#198 Fix a crash, step 3
This commit is contained in:
parent
eaa8df9e55
commit
ce0e643cad
|
@ -1171,7 +1171,7 @@ minetest.register_on_authplayer(function(playername, ip, is_success)
|
|||
playerdata.stored_data.revealed_count[cid] = rc
|
||||
end
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
-- Add button for Inventory++
|
||||
|
|
Loading…
Reference in New Issue