mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-17 06:48:23 +01:00
Disable hopper check configuring, breaks various hopper machines
This commit is contained in:
parent
809120c67f
commit
64cd5dcd0c
1 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue