From 4af21e0f6e2d084fc20822aecfe9fed72514e0e1 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 13:31:12 +0100 Subject: [PATCH] Fixed Bug On Server Side --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index c72965dc..61b449c9 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -139,7 +139,7 @@ function Sync.info(set) admins=Sync.count_admins(), afk=Sync.count_afk(), ranks=Sync.count_ranks(), - rockets=game.players[1].force.get_item_launched('satellite'), + rockets=game.forces['player'].get_item_launched('satellite'), mods={'base'} } end if not set then return global.exp_core.sync