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
|
// CraftBukkit end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user