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 0951279Copy full SHA for 0951279
1 file changed
Core/GameEngine/Source/GameNetwork/LANAPI.cpp
@@ -592,7 +592,7 @@ void LANAPI::update()
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).
+ // that may happen when using the buttons at the last moment (after they're deinitialized).
596
LANDisableButtons();
597
}
598
0 commit comments