diff --git a/Assets/Scripts/Behaviours/World/Cell.cs b/Assets/Scripts/Behaviours/World/Cell.cs index 3aea3e42..440ae51c 100644 --- a/Assets/Scripts/Behaviours/World/Cell.cs +++ b/Assets/Scripts/Behaviours/World/Cell.cs @@ -130,7 +130,7 @@ namespace SanAndreasUnity.Behaviours.World { if (Water != null) { - Water.Initialize(new WaterFile(Config.GetPath("water_path"))); + Water.Initialize(new WaterFile(Importing.Archive.ArchiveManager.PathToCaseSensitivePath(Config.GetPath("water_path")))); } }