diff --git a/src/com/sk89q/worldedit/EditSession.java b/src/com/sk89q/worldedit/EditSession.java index 71ba68034..4d3509800 100755 --- a/src/com/sk89q/worldedit/EditSession.java +++ b/src/com/sk89q/worldedit/EditSession.java @@ -150,7 +150,7 @@ public class EditSession { } // No invalid blocks - if ((type > 30 && type < 35) || type == 36 || type > 95) { + if ((type > 30 && type < 35) || type == 36 || type == 29 || type > 95) { return false; }