Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +01:00
Typo fix.
Dieser Commit ist enthalten in:
Ursprung
da37f5424c
Commit
ef43e141ee
@ -473,7 +473,7 @@ public class WorldEdit {
|
||||
}
|
||||
|
||||
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)) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren