mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
Forgot to maintain tick formating
This commit is contained in:
@@ -118,7 +118,7 @@ function Sync.count_afk_times(time)
|
||||
local time = time or 7200
|
||||
local rtn = {}
|
||||
for _,player in pairs(game.connected_players) do
|
||||
if player.afk_time > time then rtn[player.name] = player.afk_time end
|
||||
if player.afk_time > time then rtn[player.name] = Sync.tick_format(player.afk_time) end
|
||||
end
|
||||
return rtn
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user