load car colors using case-sensitive paths

This commit is contained in:
in0finite 2019-10-10 14:38:54 +02:00
parent cbcba8a221
commit f4362ce41b

View file

@ -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 ()