mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 01:34:54 +08:00
Remembering custom names from imported .rel.xml and .pso.xml files
This commit is contained in:
@@ -14331,6 +14331,7 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
else
|
||||
{
|
||||
JenkIndex.Ensure(str);
|
||||
return JenkHash.GenHash(str);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1087,6 +1087,7 @@ namespace CodeWalker.GameFiles
|
||||
}
|
||||
else
|
||||
{
|
||||
JenkIndex.Ensure(str);
|
||||
return JenkHash.GenHash(str);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user