Disable hopper check configuring, breaks various hopper machines

This commit is contained in:
Thinkofdeath 2015-03-08 12:42:50 +00:00
commit 64cd5dcd0c

View file

@ -19,13 +19,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
return true; return true;
} }
} }
-
+ // Spigot start
+ if ( !this.n() )
+ {
+ this.d( world.spigotConfig.hopperCheck );
+ }
+ // Spigot end
return false; return false;
} else { } else {
return false; return false;