Fixed beds and redstone repeaters not being set.

This commit is contained in:
sk89q 2011-03-10 00:42:44 -08:00
parent ac70a37ef1
commit 5a3e703acc

View File

@ -150,7 +150,7 @@ public class EditSession {
} }
// No invalid blocks // No invalid blocks
if ((type > 25 && type < 35) || type == 36 || type > 92) { if ((type > 26 && type < 35) || type == 36 || type > 94) {
return false; return false;
} }