mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-09 11:18:17 -07:00
Factorio: implement EnergyLink
This commit is contained in:
@@ -441,7 +441,7 @@ async def process_server_cmd(ctx: CommonContext, args: dict):
|
||||
else:
|
||||
args['players'].sort()
|
||||
current_team = -1
|
||||
logger.info('Players:')
|
||||
logger.info('Connected Players:')
|
||||
for network_player in args['players']:
|
||||
if network_player.team != current_team:
|
||||
logger.info(f' Team #{network_player.team + 1}')
|
||||
|
||||
Reference in New Issue
Block a user