mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
Merge pull request #1173 from MSWS/patch-2
Break once we find a valid record
This commit is contained in:
commit
2e9ba205a0
@ -3328,7 +3328,7 @@ void OpenReplayTrackMenu(int client)
|
||||
{
|
||||
records = true;
|
||||
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user