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='/')