From f530cef92629d4b097a2102d440a8f78179f3d25 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 13:10:31 +0100 Subject: [PATCH] Fixed MOre Bugs --- ExpCore/sync.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 26159723..7dfce131 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -155,8 +155,8 @@ function Sync.update() info.last_update = game.tick info.online = #game.connected_players info.players = #game.players - info.admins = Sunc.count_admins() - info.afk = Sunc.count_afk() + info.admins = Sync.count_admins() + info.afk = Sync.count_afk() info.ranks = Sync.count_ranls() info.rockets = game.players[1].force.get_item_launched('satellite') return info