Fixed 'Play Now' button doesn't work if nickname is set

This commit is contained in:
2022-12-04 12:33:31 -06:00
parent 55c0f363e0
commit db12e56623
2 changed files with 3 additions and 1 deletions

View File

@@ -59,4 +59,4 @@ DEPENDENCIES
win32-security
BUNDLED WITH
2.3.26
2.3.17

View File

@@ -248,6 +248,8 @@ class W3DHub
end
end
)
else
join_server(app_id, channel, server)
end
end