mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Fixed Bug On Server Side
This commit is contained in:
@@ -139,7 +139,7 @@ function Sync.info(set)
|
|||||||
admins=Sync.count_admins(),
|
admins=Sync.count_admins(),
|
||||||
afk=Sync.count_afk(),
|
afk=Sync.count_afk(),
|
||||||
ranks=Sync.count_ranks(),
|
ranks=Sync.count_ranks(),
|
||||||
rockets=game.players[1].force.get_item_launched('satellite'),
|
rockets=game.forces['player'].get_item_launched('satellite'),
|
||||||
mods={'base'}
|
mods={'base'}
|
||||||
} end
|
} end
|
||||||
if not set then return global.exp_core.sync
|
if not set then return global.exp_core.sync
|
||||||
|
|||||||
Reference in New Issue
Block a user