Remembering custom names from imported .rel.xml and .pso.xml files

This commit is contained in:
dexy 2019-01-20 10:04:52 +11:00
parent 33af1b45f8
commit 053d561480
2 changed files with 2 additions and 0 deletions

View File

@ -14331,6 +14331,7 @@ namespace CodeWalker.GameFiles
}
else
{
JenkIndex.Ensure(str);
return JenkHash.GenHash(str);
}
}

View File

@ -1087,6 +1087,7 @@ namespace CodeWalker.GameFiles
}
else
{
JenkIndex.Ensure(str);
return JenkHash.GenHash(str);
}
}