mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-20 12:11:45 -07:00
SNIClient: run adjuster for new aplttp file type
This commit is contained in:
+1
-1
@@ -1300,7 +1300,7 @@ async def main():
|
||||
import time
|
||||
time.sleep(3)
|
||||
sys.exit()
|
||||
elif args.diff_file.endswith((".apbp", "apz3")):
|
||||
elif args.diff_file.endswith((".apbp", ".apz3", ".aplttp")):
|
||||
adjustedromfile, adjusted = get_alttp_settings(romfile)
|
||||
asyncio.create_task(run_game(adjustedromfile if adjusted else romfile))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user