mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-27 06:20:17 +00:00
load car colors using case-sensitive paths
This commit is contained in:
parent
cbcba8a221
commit
f4362ce41b
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
|
||||
private static void StepLoadCarColors ()
|
||||
{
|
||||
CarColors.Load(Config.GetPath("car_colors_path"));
|
||||
CarColors.Load(ArchiveManager.PathToCaseSensitivePath(Config.GetPath("car_colors_path")));
|
||||
}
|
||||
|
||||
private static void StepLoadWeaponsData ()
|
||||
|
|
Loading…
Reference in a new issue