diff --git a/CodeWalker.Core/GameFiles/GameFileCache.cs b/CodeWalker.Core/GameFiles/GameFileCache.cs index 3f7202f..45cefe4 100644 --- a/CodeWalker.Core/GameFiles/GameFileCache.cs +++ b/CodeWalker.Core/GameFiles/GameFileCache.cs @@ -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! + }