From 9d44d1d377f20aaefc619635bb7d8139b89620e1 Mon Sep 17 00:00:00 2001 From: copyrighttxt <183881018+copyrighttxt@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:50:26 -0400 Subject: [PATCH] ttest --- app/routes/gamejoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/gamejoin.py b/app/routes/gamejoin.py index 6d7e719..515dd37 100644 --- a/app/routes/gamejoin.py +++ b/app/routes/gamejoin.py @@ -244,7 +244,7 @@ def GetSuitablePlaceServer( placeId : int ) -> PlaceServer | bool: except: return False - return False + return NewPlaceServerObj GameJoinRoute = Blueprint('gamejoin', __name__, url_prefix='/')