3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-20 06:40:05 +02:00

Support for 1.5 Blocks

Dieser Commit ist enthalten in:
Tony 2011-04-22 16:36:55 -05:00
Ursprung 04f57be79f
Commit a50eea3e2d

Datei anzeigen

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