diff --git a/servermanager.py b/servermanager.py index 0900ac7..8080ab2 100644 --- a/servermanager.py +++ b/servermanager.py @@ -138,7 +138,7 @@ def server_command_builder( return "ERROR_NEWAIS" command = [ SERVER_PATH, - " -TS", + " -TS ", name, " --port ", str(port),