From 193c299ac28e80591e5aae742f9baad8d783e93d Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 3 Apr 2018 17:15:58 +0100 Subject: [PATCH] Fixed Syntax Error In Sync --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index 215c7dad..6c6ae690 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -150,7 +150,7 @@ function Sync.info(set) admins=Sync.count_admins(), afk=Sync.count_afk(), ranks=Sync.count_ranks(), - info.player_times = Sync.count_players(), + player_times=Sync.count_players(), rockets=game.forces['player'].get_item_launched('satellite'), mods={'base'} } end