diff --git a/src/menu-fn/m_internetgames.qc b/src/menu-fn/m_internetgames.qc index 6404437d..3def79e3 100644 --- a/src/menu-fn/m_internetgames.qc +++ b/src/menu-fn/m_internetgames.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2022 Vera Visions LLC. + * Copyright (c) 2016-2023 Vera Visions LLC. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -52,6 +52,7 @@ inet_btnjoin(void) RichPresence_Clear(); RichPresence_Set("connect", strcat("+connect ", addr)); g_menupage = PAGE_MULTIPLAYER; + m_hide(); } } diff --git a/src/menu-fn/m_multiplayer.qc b/src/menu-fn/m_multiplayer.qc index bf3c04c8..b0694c43 100644 --- a/src/menu-fn/m_multiplayer.qc +++ b/src/menu-fn/m_multiplayer.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2022 Vera Visions LLC. + * Copyright (c) 2016-2023 Vera Visions LLC. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -344,6 +344,7 @@ menu_multiplayer_draw(void) g_connected = TRUE; g_connectstatus = CONNECT_NONE; mp_btninet_start(); + inet_btnrefresh(); } mp_dgConnect.Draw(); WField_Static(162, 180, m_reslbl[IDS_FNET_LOGIN], 320, 260,