Compare commits

..

No commits in common. "4606a57157ca0b9f7a1a900467ef9b08c708eaba" and "6ad26bba8e232cbc18f67ec70f7d173e16d4baec" have entirely different histories.

View File

@ -74,7 +74,7 @@ namespace AxibugEmuOnline.Client
Core = core;
m_stepPerformer.Reset();
if (App.user.IsLoggedIn && !App.roomMgr.InRoom)
if (App.user.IsLoggedIn)
{
App.roomMgr.SendCreateRoom(m_rom.ID, 0, m_rom.Hash);
}