Skulls icon indicating copy to clipboard operation
Skulls copied to clipboard

Unnecessary Check

Open MattyHD0 opened this issue 1 year ago • 0 comments

The check in https://github.com/Tweetzy/Skulls/blob/main/src/main/java/ca/tweetzy/skulls/listeners/SkullBlockListener.java#L43 is unnecessary and generates problems when using worldguard addons, you don't need to make the check if you use the @EventHandler(ignoreCancelled = true) annotation.

MattyHD0 avatar Jan 13 '24 04:01 MattyHD0