mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 23:23:24 -07:00
update MultiMystery.py to reflect:
merge HintedMultiServer into MultiServer
This commit is contained in:
@@ -121,5 +121,4 @@ if __name__ == "__main__":
|
||||
os.remove(file)
|
||||
print(f"Removed file {file} that is now present in the zipfile")
|
||||
|
||||
serverfile = "HintedMultiServer.py" if os.path.exists("HintedMultiServer.py") else "MultiServer.py"
|
||||
subprocess.call(f"py -{py_version} {serverfile} --multidata {os.path.join(outputpath, multidataname)}")
|
||||
subprocess.call(f"py -{py_version} MultiServer.py --multidata {os.path.join(outputpath, multidataname)}")
|
||||
|
||||
Reference in New Issue
Block a user