mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-19 10:25:00 +00:00
Typo fix.
This commit is contained in:
parent
da37f5424c
commit
ef43e141ee
@ -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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user