Fix being unable to read standalone Corruption Tweaks

This commit is contained in:
Henrique Gemignani Passos Lima 2021-08-05 17:13:13 +03:00
parent d8a7da9234
commit ceecab0151
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ void CTweakManager::LoadTweaks()
// MP2+ - Load tweaks from Standard.ntwk
else
{
if (!mpProject->IsWiiBuild())
if (!mpProject->IsTrilogy())
{
mStandardFilePath = mpProject->DiscFilesystemRoot(false) / "Standard.ntwk";
}