3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-05 19:10:07 +01:00
Dieser Commit ist enthalten in:
TomyLobo 2013-12-01 23:12:08 +01:00
Ursprung da37f5424c
Commit ef43e141ee

Datei anzeigen

@ -473,7 +473,7 @@ public class WorldEdit {
} }
if (data > 15) { if (data > 15) {
throw new InvalidItemException(arg, "Unknown invalid data value '" + typeAndData[1] + "'"); throw new InvalidItemException(arg, "Invalid data value '" + typeAndData[1] + "'");
} }
if (data < 0 && !(allAllowed && data == -1)) { if (data < 0 && !(allAllowed && data == -1)) {