mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
TLOZ: Add space in concatenated string #5690
This commit is contained in:
@@ -289,7 +289,7 @@ async def nes_sync_task(ctx: ZeldaContext):
|
|||||||
if not ctx.auth:
|
if not ctx.auth:
|
||||||
ctx.auth = ''.join([chr(i) for i in data_decoded['playerName'] if i != 0])
|
ctx.auth = ''.join([chr(i) for i in data_decoded['playerName'] if i != 0])
|
||||||
if ctx.auth == '':
|
if ctx.auth == '':
|
||||||
logger.info("Invalid ROM detected. No player name built into the ROM. Please regenerate"
|
logger.info("Invalid ROM detected. No player name built into the ROM. Please regenerate "
|
||||||
"the ROM using the same link but adding your slot name")
|
"the ROM using the same link but adding your slot name")
|
||||||
if ctx.awaiting_rom:
|
if ctx.awaiting_rom:
|
||||||
await ctx.server_auth(False)
|
await ctx.server_auth(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user