Revert listener behaviour for PlayerInteractEvent

This commit is contained in:
nossr50
2020-08-26 10:26:50 -07:00
parent 480f9afa80
commit 973279cdb7
3 changed files with 6 additions and 2 deletions

View File

@ -711,7 +711,7 @@ public class PlayerListener implements Listener {
*
* @param event The event to monitor
*/
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerInteractMonitor(PlayerInteractEvent event) {
/* WORLD BLACKLIST CHECK */
if(WorldBlacklist.isWorldBlacklisted(event.getPlayer().getWorld()))