From e6c8548546e5c8c40ad82643773ea4100730c9a8 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 13:11:32 +0100 Subject: [PATCH] More Fixs Again --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 7dfce131..7cfce193 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -157,7 +157,7 @@ function Sync.update() info.players = #game.players info.admins = Sync.count_admins() info.afk = Sync.count_afk() - info.ranks = Sync.count_ranls() + info.ranks = Sync.count_ranks() info.rockets = game.players[1].force.get_item_launched('satellite') return info end