We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fd352 commit 6ce2c38Copy full SHA for 6ce2c38
Client/core/CCore.cpp
@@ -1273,7 +1273,8 @@ void CCore::DoPostFramePulse()
1273
}
1274
1275
1276
- if (m_menuFrame >= 75 && m_requestNewNickname && GetLocalGUI()->GetMainMenu()->IsVisible() && !GetLocalGUI()->GetMainMenu()->IsFading())
+ if (m_menuFrame >= 75 && m_requestNewNickname && GetLocalGUI()->GetMainMenu()->IsVisible() && !GetLocalGUI()->GetMainMenu()->IsFading() &&
1277
+ !GetLocalGUI()->GetMainMenu()->GetQuestionWindow()->IsVisible())
1278
{
1279
// Request a new nickname if we're waiting for one
1280
GetLocalGUI()->GetMainMenu()->GetSettingsWindow()->RequestNewNickname();
0 commit comments