Skip to content

Commit c6beb06

Browse files
committed
Tweaked comment.
1 parent beea96f commit c6beb06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Core/GameEngine/Source/GameNetwork/LANAPI.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ void LANAPI::update()
591591

592592
if (m_gameStartSeconds == 1)
593593
{
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).
594+
// TheSuperHackers @bugfix Disable LAN menu buttons early to avoid a rare crash
595+
// that may happen when using the buttons at the last moment (after they're deinitialized).
596596
LANDisableButtons();
597597
}
598598

0 commit comments

Comments
 (0)