Avoided apocalypse
This commit is contained in:
parent
d927bfb9bd
commit
6525a31260
@ -750,6 +750,10 @@ end
|
|||||||
)
|
)
|
||||||
minetest.register_on_joinplayer(
|
minetest.register_on_joinplayer(
|
||||||
function(player)
|
function(player)
|
||||||
|
local faction = factions.get_player_faction(player:get_player_name())
|
||||||
|
if faction then
|
||||||
|
faction.last_logon = os.time()
|
||||||
|
end
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
minetest.register_on_respawnplayer(
|
minetest.register_on_respawnplayer(
|
||||||
|
Loading…
Reference in New Issue
Block a user