Fix for patchday27ng duplicating everything

This commit is contained in:
dexy 2022-07-29 22:46:48 +10:00
parent bf5cf1bb6f
commit c023671557

View File

@ -598,6 +598,10 @@ namespace CodeWalker.GameFiles
string dlcname = GetDlcNameFromPath(dlcfile.Path);
if (dlcname == "patchday27ng")
{
continue; //hack to fix map getting completely broken by this DLC.. but why? need to investigate further!
}