Added missing space between -TS and game name.
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user