|
@@ -583,7 +583,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()))
|