mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 01:15:11 +08:00
R28_dev1 - Turkish weather bug fix, .rel progress
This commit is contained in:
@@ -173,7 +173,7 @@ namespace CodeWalker.GameFiles
|
||||
|
||||
|
||||
|
||||
string areaidstr = Name.ToLower().Replace("nodes", "").Replace(".ynd", "");
|
||||
string areaidstr = Name.ToLowerInvariant().Replace("nodes", "").Replace(".ynd", "");
|
||||
int areaid = 0;
|
||||
int.TryParse(areaidstr, out areaid);
|
||||
AreaID = areaid;
|
||||
|
||||
Reference in New Issue
Block a user