geforkt von Mirrors/Paper
Add a missing return in Eigencraft redstone (#4621)
Dieser Commit ist enthalten in:
Ursprung
331d1ed71c
Commit
eb2557d9ac
@ -995,6 +995,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ private void updateSurroundingRedstone(World worldIn, BlockPosition pos, IBlockData state, BlockPosition source) {
|
+ private void updateSurroundingRedstone(World worldIn, BlockPosition pos, IBlockData state, BlockPosition source) {
|
||||||
+ if (worldIn.paperConfig.useEigencraftRedstone) {
|
+ if (worldIn.paperConfig.useEigencraftRedstone) {
|
||||||
+ turbo.updateSurroundingRedstone(worldIn, pos, state, source);
|
+ turbo.updateSurroundingRedstone(worldIn, pos, state, source);
|
||||||
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
+ a(worldIn, pos, state);
|
+ a(worldIn, pos, state);
|
||||||
+ }
|
+ }
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren