mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-22 10:32:20 +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
|
else
|
||||||
{
|
{
|
||||||
|
JenkIndex.Ensure(str);
|
||||||
return JenkHash.GenHash(str);
|
return JenkHash.GenHash(str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1087,6 +1087,7 @@ namespace CodeWalker.GameFiles
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
JenkIndex.Ensure(str);
|
||||||
return JenkHash.GenHash(str);
|
return JenkHash.GenHash(str);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user