mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Quote mystery files to prevent cmd arg mashing
This commit is contained in:
@@ -83,7 +83,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
player_string = ""
|
player_string = ""
|
||||||
for i, file in enumerate(player_files, 1):
|
for i, file in enumerate(player_files, 1):
|
||||||
player_string += f"--p{i} {os.path.join(player_files_path, file)} "
|
player_string += f"--p{i} \"{os.path.join(player_files_path, file)}\" "
|
||||||
|
|
||||||
|
|
||||||
if os.path.exists("BerserkerMultiServer.exe"):
|
if os.path.exists("BerserkerMultiServer.exe"):
|
||||||
|
Reference in New Issue
Block a user