Skip to content

Commit

Permalink
Set async mob spawn to default false, waiting Pufferfish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 27, 2024
1 parent 921784f commit b628d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/server/0006-Pufferfish-Optimize-mob-spawning.patch
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ index d8b4196adf955f8d414688dc451caac2d9c609d9..80a43def4912a3228cd95117d5c2aac6
// Paper - rewrite chunk system
diff --git a/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java
new file mode 100644
index 0000000000000000000000000000000000000000..8a3726a747ff4640f9936a9eae1dca34e5203029
index 0000000000000000000000000000000000000000..2704712bc984a48e4f62d4c43d23f909fc844b62
--- /dev/null
+++ b/src/main/java/org/dreeam/leaf/config/modules/async/AsyncMobSpawning.java
@@ -0,0 +1,30 @@
Expand All @@ -170,7 +170,7 @@ index 0000000000000000000000000000000000000000..8a3726a747ff4640f9936a9eae1dca34
+ return EnumConfigCategory.ASYNC.getBaseKeyName() + ".async-mob-spawning";
+ }
+
+ public static boolean enabled = true;
+ public static boolean enabled = false;
+ public static boolean asyncMobSpawningInitialized;
+
+ @Override
Expand Down

0 comments on commit b628d81

Please sign in to comment.