mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
New Project Window
This commit is contained in:
@@ -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 + ".");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user