2.1.5 release

mcMMO no longer ignores cancelled PlayerInteractEvents due to conflicts with super ability activations
This commit is contained in:
nossr50
2019-01-31 20:53:36 -08:00
parent 8262711e7e
commit 90520cd50b
3 changed files with 5 additions and 2 deletions

View File

@ -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()))