Allow patchday27ng DLC to be enabled if it is selected

This commit is contained in:
dexy 2022-07-30 14:40:32 +10:00
parent bacbef88f5
commit cf81aebbb7

View File

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