Added missing space between -TS and game name.

This commit is contained in:
2026-06-01 15:22:16 +02:00
parent 65cd0906a4
commit 9f0059e833

View File

@@ -138,7 +138,7 @@ def server_command_builder(
return "ERROR_NEWAIS" return "ERROR_NEWAIS"
command = [ command = [
SERVER_PATH, SERVER_PATH,
" -TS", " -TS ",
name, name,
" --port ", " --port ",
str(port), str(port),