change redundant naming of new creeper option

This commit is contained in:
granny
2022-10-25 05:19:58 -07:00
parent 5e7ce8f4b0
commit 0d5fd505e5

View File

@@ -24,7 +24,7 @@ index 8562cbfa258499bc04e5ffbcb4402dfc78ed20c3..00c89879a4f679d814cb5c381e57bc4d
}
}
diff --git a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
index 33d7c132b19095598eb681da8487a072f1dccab6..c7f0fba9d3d5415e7965501774feaf12d7b1b3a6 100644
index 33d7c132b19095598eb681da8487a072f1dccab6..3409480d4e01db19e3e54474c9e122232043e4b0 100644
--- a/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
+++ b/src/main/java/org/purpurmc/purpur/PurpurWorldConfig.java
@@ -1291,6 +1291,7 @@ public class PurpurWorldConfig {
@@ -39,7 +39,7 @@ index 33d7c132b19095598eb681da8487a072f1dccab6..c7f0fba9d3d5415e7965501774feaf12
creeperHealthRadius = getBoolean("mobs.creeper.health-impacts-explosion", creeperHealthRadius);
creeperAlwaysDropExp = getBoolean("mobs.creeper.always-drop-exp", creeperAlwaysDropExp);
creeperHeadVisibilityPercent = getDouble("mobs.creeper.head-visibility-percent", creeperHeadVisibilityPercent);
+ creeperEncircleTarget = getBoolean("mobs.creeper.creeper-encircle-target", creeperEncircleTarget);
+ creeperEncircleTarget = getBoolean("mobs.creeper.encircle-target", creeperEncircleTarget);
}
public boolean dolphinRidable = false;