Skip to content

Commit

Permalink
Fix typo/incorrect setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyGalbreath committed Jan 30, 2022
1 parent 5a659fe commit cef3815
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@ index c3bba52a5c7a618fd9731045268fa9ccebff14f4..f9252c03c356ea8bfb6a7592ea7c6bf4
}
}
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
index 665baa256637756fe16892b37969c7e1ec51b0f6..af74a675602a7291f562014cee26c8d82c4035d1 100644
index 665baa256637756fe16892b37969c7e1ec51b0f6..c3b8387896fe5a7618e363b3fad1cdd3a06c55b5 100644
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
@@ -962,9 +962,11 @@ public class PurpurWorldConfig {
Expand All @@ -28,7 +28,7 @@ index 665baa256637756fe16892b37969c7e1ec51b0f6..af74a675602a7291f562014cee26c8d8
private void spawnerSettings() {
spawnerDeactivateByRedstone = getBoolean("blocks.spawner.deactivate-by-redstone", spawnerDeactivateByRedstone);
spawnerFixMC50647 = getBoolean("blocks.spawner.fix-mc-50647", spawnerFixMC50647);
+ spawnerFixMC238526 = getBoolean("mobs.slime.fix-mc-238526", spawnerFixMC238526);
+ spawnerFixMC238526 = getBoolean("blocks.spawner.fix-mc-238526", spawnerFixMC238526);
}

public int spongeAbsorptionArea = 64;

0 comments on commit cef3815

Please sign in to comment.