Remove use-hopper-check functionality that we restored

Our improved hopper checking system should provide a better benefit without
as many vanilla behavior issues.
This commit is contained in:
Zach Brown
2016-07-16 20:10:43 -05:00
parent 719164b4ce
commit 950ad80c15
4 changed files with 4 additions and 42 deletions

View File

@@ -10,8 +10,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
@@ -0,0 +0,0 @@ public class PaperWorldConfig {
private void useHopperCheck() {
useHopperCheck = getBoolean("use-hopper-check", false);
private void nonPlayerEntitiesOnScoreboards() {
nonPlayerEntitiesOnScoreboards = getBoolean("allow-non-player-entities-on-scoreboards", false);
}
+
+ public boolean allowLeashingUndeadHorse = false;