mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-13 20:44:50 +08:00
Allow patchday27ng DLC to be enabled if it is selected
This commit is contained in:
@@ -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!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user