Fixed beds and redstone repeaters not being set.

Dieser Commit ist enthalten in:
sk89q 2011-03-10 00:42:44 -08:00
Ursprung ac70a37ef1
Commit 5a3e703acc

Datei anzeigen

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