Skip to content

Commit ae13f63

Browse files
committed
ads
1 parent b691aa3 commit ae13f63

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Client/src/Game.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,6 @@ Result<GameInfo> ReadGameInfo(const fs::path& path)
391391
}
392392
}
393393

394-
std::erase_if(replaysPaths, [](const fs::path& p)
395-
{
396-
return !fs::exists(p);
397-
});
398-
399394
return GameInfo
400395
{
401396
.GameVersion = preferences.GameVersion,

0 commit comments

Comments
 (0)