mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Comment for future sanity.
This commit is contained in:
parent
9b88107897
commit
aa7a39d0b0
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ public class SignPlayerListener implements Listener
|
|||
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)
|
||||
public void onPlayerInteract(final PlayerInteractEvent event)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue