fix server path

This commit is contained in:
James
2022-02-03 18:49:03 +00:00
parent 92517179e2
commit 1bba278b2a

View File

@@ -240,7 +240,7 @@ def start_server(server_path: str) -> bool:
subprocess.run(
[
f"{server_path}/Bin64/rFactor 2 Dedicated.exe"
f"{server_path}/Bin64/rFactor2 Dedicated.exe"
]
)