1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix missed occurrence

This commit is contained in:
Michael Steenbeek
2022-03-02 21:48:39 +01:00
committed by GitHub
parent 6ba0a3bd49
commit 5d030da5ae

View File

@@ -514,7 +514,7 @@ private:
if (!File::Exists(mpdatPath))
{
mpdatPath = Path::ResolveCasing(
Path::Combine(_env->GetDirectoryPath(DIRBASE::RCT1), u8"RCTdeluxe_install", "Data", u8"mp.dat"));
Path::Combine(_env->GetDirectoryPath(DIRBASE::RCT1), u8"RCTdeluxe_install", u8"Data", u8"mp.dat"));
}
if (File::Exists(mpdatPath) && !File::Exists(sc21Path))