mcMMO no longer ignores cancelled block place events

This commit is contained in:
nossr50
2019-01-31 15:33:06 -08:00
parent 5d010594dd
commit a2f9ab70aa
2 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class BlockListener implements Listener {
*
* @param event The event to watch
*/
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
@EventHandler(priority = EventPriority.MONITOR)
public void onBlockPlace(BlockPlaceEvent event) {
/* WORLD BLACKLIST CHECK */
if(WorldBlacklist.isWorldBlacklisted(event.getBlock().getWorld()))