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