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 beea96f commit c6beb06Copy full SHA for c6beb06
1 file changed
Core/GameEngine/Source/GameNetwork/LANAPI.cpp
@@ -591,8 +591,8 @@ void LANAPI::update()
591
592
if (m_gameStartSeconds == 1)
593
{
594
- // TheSuperHackers @bugfix Disable LAN controls early to avoid a rare crash
595
- // that may happen when using the buttons at the very last moment (after they're deinitialized).
+ // TheSuperHackers @bugfix Disable LAN menu buttons early to avoid a rare crash
+ // that may happen when using the buttons at the last moment (after they're deinitialized).
596
LANDisableButtons();
597
}
598
0 commit comments