This commit is contained in:
copyrighttxt
2026-08-04 17:50:26 -04:00
committed by GitHub
parent 75d3babf27
commit 9d44d1d377
+1 -1
View File
@@ -244,7 +244,7 @@ def GetSuitablePlaceServer( placeId : int ) -> PlaceServer | bool:
except:
return False
return False
return NewPlaceServerObj
GameJoinRoute = Blueprint('gamejoin', __name__, url_prefix='/')