mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 12:54:51 +08:00
R28_dev1 - Turkish weather bug fix, .rel progress
This commit is contained in:
@@ -192,7 +192,7 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
if (!string.IsNullOrEmpty(Name))
|
||||
{
|
||||
NameHash = JenkHash.GenHash(Name.ToLower());
|
||||
NameHash = JenkHash.GenHash(Name.ToLowerInvariant());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user