From 872a2ffe2b0961257ba3c6eaaed43d22cab4b109 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:52:46 -0400 Subject: [PATCH] t --- app/routes/gamejoin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/gamejoin.py b/app/routes/gamejoin.py index 515dd37..28575bc 100644 --- a/app/routes/gamejoin.py +++ b/app/routes/gamejoin.py @@ -199,6 +199,7 @@ def CreateNewPlaceServer( placeId : int, reserved_server_access_code : str = Non serverIP = SelectedGameServerObj.serverIP, serverPort = OpenJobReqJSON["port"], serverPlaceId = placeId, + serverRunningTime = 1, maxPlayerCount = PlaceObj.maxplayers, reservedServerAccessCode = reserved_server_access_code )