Factorio: implement EnergyLink

This commit is contained in:
Fabian Dill
2022-02-24 00:51:31 +01:00
parent 6e0165986f
commit 05fe423ef1
6 changed files with 118 additions and 11 deletions

View File

@@ -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}')