From ec7f63afd34c900cf3a5db51f432d56e9debb3be Mon Sep 17 00:00:00 2001 From: InvalidArgument3 Date: Tue, 18 Jun 2024 00:03:37 -0500 Subject: [PATCH] Update AsteroidSettings.cs --- .../Data/Scripts/DynamicAsteroids/AsteroidSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/AsteroidSettings.cs b/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/AsteroidSettings.cs index f215dd3d..584158b1 100644 --- a/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/AsteroidSettings.cs +++ b/Dynamic Asteroids/Data/Scripts/DynamicAsteroids/AsteroidSettings.cs @@ -14,7 +14,7 @@ public static class AsteroidSettings public static bool EnableLogging = false; public static bool EnablePersistence = false; public static bool EnableMiddleMouseAsteroidSpawn = false; - public static bool EnableVanillaAsteroidSpawnLatching = true; + public static bool EnableVanillaAsteroidSpawnLatching = false; public static double VanillaAsteroidSpawnLatchingRadius = 10000; public static bool DisableZoneWhileMovingFast = true; public static double ZoneSpeedThreshold = 2000.0;