3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-05 19:10:07 +01:00

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;
}