mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Make /connect archipelago.gg:port reflect PATCH_TARGET.
This commit is contained in:
@@ -171,6 +171,8 @@ def hostRoom(room: UUID):
|
||||
|
||||
with db_session:
|
||||
room.last_activity = datetime.utcnow() # will trigger a spinup, if it's not already running
|
||||
|
||||
room.server = app.config['PATCH_TARGET']
|
||||
|
||||
return render_template("hostRoom.html", room=room)
|
||||
|
||||
|
Reference in New Issue
Block a user