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.
2 parents 8179291 + 6ce2c38 commit 42d5194Copy full SHA for 42d5194
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