Factorio: align tech tree sections in growing ingredient requirements

This commit is contained in:
Fabian Dill
2021-04-10 18:45:11 +02:00
parent 50f06c3aac
commit 6d15aef88a
4 changed files with 7 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ class CustomClientMessageProcessor(ClientMessageProcessor):
self.ctx.save()
self.output(f"Registered Twitch Stream https://www.twitch.tv/{user}")
return True
elif platform.lower().startswith("y"): # youtube
elif platform.lower().startswith("y"): # youtube
self.ctx.video[self.client.team, self.client.slot] = "Youtube", user
self.ctx.save()
self.output(f"Registered Youtube Stream for {user}")