diff --git a/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs b/AxibugEmuOnline.Client/Assets/Script/UI/InGameUI/InGameUI.cs index 13e514a..4ff876a 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); }