mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 15:02:54 +08:00
Fix for patchday27ng duplicating everything
This commit is contained in:
parent
bf5cf1bb6f
commit
c023671557
@ -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!
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user