From 9f0059e8333171fc35d645bb237b4315d4898fd9 Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 1 Jun 2026 15:22:16 +0200 Subject: [PATCH] Added missing space between -TS and game name. --- servermanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),