Skip to content

Commit

Permalink
Merge pull request #68 from InvalidArgument3/roidnetworking-narrowing…
Browse files Browse the repository at this point in the history
…downthecause

Update AsteroidSettings.cs
  • Loading branch information
InvalidArgument3 authored Jun 18, 2024
2 parents 81af69a + ec7f63a commit 7db3648
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7db3648

Please sign in to comment.