mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-14 07:39:10 +01:00
Tripwire isn't redstone, only fire interact events.
This commit is contained in:
parent
7a3dfecba0
commit
bfbdbbd05c
@ -165,11 +165,6 @@ public class BlockTripwire extends Block {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BlockRedstoneEvent eventRedstone = new BlockRedstoneEvent(bworld.getBlockAt(i, j, k), flag ? 1 : 0, flag1 ? 1 : 0);
|
||||
manager.callEvent(eventRedstone);
|
||||
|
||||
flag1 = eventRedstone.getNewCurrent() > 0;
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user