diff --git a/CustomTextures/Patches.cs b/CustomTextures/Patches.cs index e6f52d3..5f3dfc6 100644 --- a/CustomTextures/Patches.cs +++ b/CustomTextures/Patches.cs @@ -112,6 +112,7 @@ static void Prefix() stopwatch.Restart(); ReplaceLocationTextures(); + ReloadTextures(reloadLocationTextures.Value && replaceLocationTextures.Value); LogStopwatch("ZoneSystem Locations"); }