From 64cd5dcd0c40d27412aa2eadb491ad0441bdba7c Mon Sep 17 00:00:00 2001 From: Thinkofdeath Date: Sun, 8 Mar 2015 12:42:50 +0000 Subject: [PATCH] Disable hopper check configuring, breaks various hopper machines --- CraftBukkit-Patches/0025-Hopper-Customisations.patch | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CraftBukkit-Patches/0025-Hopper-Customisations.patch b/CraftBukkit-Patches/0025-Hopper-Customisations.patch index 03e108c98..5d7151789 100644 --- a/CraftBukkit-Patches/0025-Hopper-Customisations.patch +++ b/CraftBukkit-Patches/0025-Hopper-Customisations.patch @@ -19,13 +19,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 return true; } } - -+ // Spigot start -+ if ( !this.n() ) -+ { -+ this.d( world.spigotConfig.hopperCheck ); -+ } -+ // Spigot end +- return false; } else { return false;