Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
Esophose 2019-08-11 15:40:20 -06:00
commit e205e07910

View File

@ -112,7 +112,7 @@ public class Interact implements Listener {
return;
}
} else if (block.getState() instanceof Cauldron) { // WildStacker stackables
} else if (block.getType() == Material.CAULDRON) { // WildStacker stackables
if (!islandManager.hasPermission(player, block.getLocation(), "Place") || !islandManager.hasPermission(player, block.getLocation(), "Destroy")) {
event.setCancelled(true);