mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-23 15:03:47 +00:00
Fix being unable to read standalone Corruption Tweaks
This commit is contained in:
parent
d8a7da9234
commit
ceecab0151
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user