From 235a32298c7541f14a02bccc6dd2bf502bf88875 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 1 Apr 2018 19:41:10 +0100 Subject: [PATCH] Fixed Info update --- ExpCore/sync.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExpCore/sync.lua b/ExpCore/sync.lua index c50d0275..1e55a505 100644 --- a/ExpCore/sync.lua +++ b/ExpCore/sync.lua @@ -163,7 +163,7 @@ function Sync.update() info.admins = Sync.count_admins() info.afk = Sync.count_afk() info.ranks = Sync.count_ranks() - info.rockets = game.players[1].force.get_item_launched('satellite') + info.rockets = game.forces['player'].get_item_launched('satellite') return info end