mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-19 20:23:32 -07:00
Factorio: align tech tree sections in growing ingredient requirements
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user