mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 03:54:19 +02:00
Comment for future sanity.
This commit is contained in:
@@ -21,6 +21,11 @@ public class SignPlayerListener implements Listener
|
|||||||
this.ess = ess;
|
this.ess = ess;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//This following code below listens to cancelled events to fix a bukkit issue
|
||||||
|
//Right clicking signs with a block in hand, can now fire cancelled events.
|
||||||
|
//This is because when the block place is cancelled (for example not enough space for the block to be placed),
|
||||||
|
//the event will be marked as cancelled, thus preventing 30% of sign purchases.
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOW)
|
@EventHandler(priority = EventPriority.LOW)
|
||||||
public void onPlayerInteract(final PlayerInteractEvent event)
|
public void onPlayerInteract(final PlayerInteractEvent event)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user