FactorioClient: Fix bridge not sending, and limit bridge to run up to once a second.

Setup: Fix LttP Adjuster needs to be installed with generator/lttp
MultiServer: fix duplicate !forfeits
This commit is contained in:
Fabian Dill
2021-10-19 01:47:11 +02:00
parent f8569db21b
commit 89c05cfcae
4 changed files with 10 additions and 10 deletions

View File

@@ -915,7 +915,7 @@ class ClientMessageProcessor(CommonCommandProcessor):
" You can ask the server admin for a /forfeit")
return False
def _cmd_forfeit(self) -> bool:
def _cmd_collect(self) -> bool:
"""Send your remaining items to yourself"""
if "enabled" in self.ctx.collect_mode:
collect_player(self.ctx, self.client.team, self.client.slot)