New Project Window

This commit is contained in:
dexyfex
2018-03-04 00:03:08 +11:00
Unverified
parent 0c558e746c
commit c093aa4736
136 changed files with 29501 additions and 20 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ namespace CodeWalker.GameFiles
var dlclistxml = RpfMan.GetFileXml(dlclistpath);
DlcPaths.Clear();
if (dlclistxml == null)
if ((dlclistxml == null) || (dlclistxml.DocumentElement == null))
{
ErrorLog("InitDlcList: Couldn't load " + dlclistpath + ".");
}