mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix missed occurrence
This commit is contained in:
committed by
GitHub
parent
6ba0a3bd49
commit
5d030da5ae
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user