Add frosted ice to ice-melt flag.

Fixes WORLDGUARD-3745.
This commit is contained in:
wizjany 2016-08-13 16:57:26 -04:00
parent 12fc1438c2
commit 06e6ce589b

View File

@ -624,6 +624,7 @@ public void onBlockFade(BlockFadeEvent event) {
switch (event.getBlock().getTypeId()) {
case BlockID.ICE:
case BlockID.FROSTED_ICE:
if (wcfg.disableIceMelting) {
event.setCancelled(true);
return;