Skip to content

Commit

Permalink
aaaaaaaaaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Jun 13, 2024
1 parent ceeb443 commit 49b1e56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public static class AsteroidSettings
{
public static bool EnableLogging = true;
public static bool EnablePersistence = false; //barely works, don't touch this
public static bool EnableMiddleMouseAsteroidSpawn = false; //debug
public static bool EnableMiddleMouseAsteroidSpawn = true; //debug

public static int SaveStateInterval = 600; // Default: 600 ticks (10 seconds)
public static int NetworkMessageInterval = 120; // Default: 120 ticks (2 seconds)
Expand Down

0 comments on commit 49b1e56

Please sign in to comment.