Super pick axe now ignites TNT.

This commit is contained in:
sk89q 2010-11-04 23:41:04 -07:00
parent 778314f9e4
commit c7a122a001

View File

@ -117,6 +117,8 @@ public class HmodWorldEditListener extends PluginListener {
if (WorldEditController.getServer().getBlockType(pos) == 7
&& !canUseCommand(modPlayer, "/worldeditbedrock")) {
return true;
} else if (WorldEditController.getServer().getBlockType(pos) == 46) {
return false;
}
WorldEditController.getServer().setBlockType(pos, 0);