MattyHD0

Results 1 issues of MattyHD0

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.

enhancement