Merge pull request #27 from shamoanjac/master

Fix
This commit is contained in:
agrecascino
2016-08-20 19:17:01 -04:00
committed by GitHub
6 changed files with 12 additions and 0 deletions

View File

@ -750,6 +750,10 @@ end
)
minetest.register_on_joinplayer(
function(player)
local faction = factions.get_player_faction(player:get_player_name())
if faction then
faction.last_logon = os.time()
end
end
)
minetest.register_on_respawnplayer(