[SPIGOT-5606] BlockRedstoneEvent not called for fence gates Created: 03/Mar/20 Updated: 15/Mar/20 Resolved: 15/Mar/20 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Jan Boerman | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 1 |
Labels: | event, fence-gate, redstone | ||
Environment: |
Windows 10, Oracle Java 13 (preview features enabled)
|
Attachments: |
![]() ![]() |
Version: | git-Spigot-8faa8b4-13ed05d |
Guidelines Read: | Yes |
Description |
The BlockRedstoneEvent is not called when fence gates are opened/closed by redstone power. This goes against the expectation because for doors blocks this event is called (albeit for only the half that received power)
Steps to reproduce:
|
Comments |
Comment by Jan Boerman [ 03/Mar/20 ] |
Pull Request: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/pull-requests/641 |