mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 15:02:54 +08:00
Remembering custom names from imported .rel.xml and .pso.xml files
This commit is contained in:
parent
33af1b45f8
commit
053d561480
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user