Move save function

This commit is contained in:
Rubenwardy
2013-11-06 19:36:49 +00:00
parent 6405b26d65
commit 9f61f2e600
2 changed files with 9 additions and 8 deletions

View File

@ -188,5 +188,5 @@ minetest.register_on_newplayer(function(player)
end)
minetest.register_on_shutdown(function()
save_playerD()
awards.save()
end)