Empty data when player leaves

This commit is contained in:
Jean-Patrick Guerrero 2019-01-22 02:03:01 +01:00
parent 5d73794096
commit e6268a395f
1 changed files with 7 additions and 0 deletions

View File

@ -911,6 +911,13 @@ if not progressive_mode then
})
end
mt.register_on_leaveplayer(function(player)
if player then
local name = player:get_player_name()
player_data[name] = nil
end
end)
--[[ Custom recipes (>3x3) test code
mt.register_craftitem(":secretstuff:custom_recipe_test", {