Merge pull request #1173 from MSWS/patch-2

Break once we find a valid record
This commit is contained in:
rtldg 2022-09-19 11:09:40 +00:00 committed by GitHub
commit 2e9ba205a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3328,7 +3328,7 @@ void OpenReplayTrackMenu(int client)
{ {
records = true; records = true;
continue; break;
} }
} }