mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-26 00:43:00 +08:00
Allow patchday27ng DLC to be enabled if it is selected
This commit is contained in:
parent
bacbef88f5
commit
cf81aebbb7
@ -598,7 +598,7 @@ namespace CodeWalker.GameFiles
|
|||||||
|
|
||||||
|
|
||||||
string dlcname = GetDlcNameFromPath(dlcfile.Path);
|
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!
|
continue; //hack to fix map getting completely broken by this DLC.. but why? need to investigate further!
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user