From 601df6c6e084f400bcba25edb3d0840e51052c22 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 21 Jul 2018 16:39:24 +0100 Subject: [PATCH] Forgot tp update function name --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 34218828..479d6e7c 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -233,7 +233,7 @@ function Sync.update() all=Sync.count_players(), n_all=#game.players, admins_online=Sync.count_admins(), - afk_players=Sync.count_afk(), + afk_players=Sync.count_afk_times(), times=Sync.count_player_times() } info.ranks = Sync.count_ranks()