From db12e5662314910b1e307580ae1aab0bbaf9fd62 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Sun, 4 Dec 2022 12:33:31 -0600 Subject: [PATCH] Fixed 'Play Now' button doesn't work if nickname is set --- Gemfile.lock | 2 +- lib/application_manager.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1f02cfe..31cd0e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,4 +59,4 @@ DEPENDENCIES win32-security BUNDLED WITH - 2.3.26 + 2.3.17 diff --git a/lib/application_manager.rb b/lib/application_manager.rb index e3cac0f..c23ddca 100644 --- a/lib/application_manager.rb +++ b/lib/application_manager.rb @@ -248,6 +248,8 @@ class W3DHub end end ) + else + join_server(app_id, channel, server) end end