From 01d0d7bacee03c5da6f387172e7c0693ab64c17e Mon Sep 17 00:00:00 2001 From: "ALIENJACK\\alien" Date: Mon, 11 Nov 2024 10:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs b/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs index 13e514ad..4ff876a7 100644 --- a/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs +++ b/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs @@ -74,7 +74,7 @@ namespace AxibugEmuOnline.Client Core = core; m_stepPerformer.Reset(); - if (App.user.IsLoggedIn) + if (App.user.IsLoggedIn && !App.roomMgr.InRoom) { App.roomMgr.SendCreateRoom(m_rom.ID, 0, m_rom.Hash); }