mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SMZ3: allow TextClient to connect by name (#423)
This commit is contained in:
@@ -290,7 +290,6 @@ class SMZ3World(World):
|
||||
new_name = base64.b64encode(bytes(self.rom_name)).decode()
|
||||
payload = multidata["connect_names"][self.world.player_name[self.player]]
|
||||
multidata["connect_names"][new_name] = payload
|
||||
del (multidata["connect_names"][self.world.player_name[self.player]])
|
||||
|
||||
def fill_slot_data(self):
|
||||
slot_data = {}
|
||||
|
Reference in New Issue
Block a user