forked from sin365/AxibugEmuOnline
修复bug
This commit is contained in:
parent
a18d52e0c7
commit
9c4d57bdef
@ -74,7 +74,7 @@ namespace AxibugEmuOnline.Client
|
|||||||
Core = core;
|
Core = core;
|
||||||
m_stepPerformer.Reset();
|
m_stepPerformer.Reset();
|
||||||
|
|
||||||
if (App.user.IsLoggedIn)
|
if (App.user.IsLoggedIn && !App.roomMgr.InRoom)
|
||||||
{
|
{
|
||||||
App.roomMgr.SendCreateRoom(m_rom.ID, 0, m_rom.Hash);
|
App.roomMgr.SendCreateRoom(m_rom.ID, 0, m_rom.Hash);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user