mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Typo fix.
This commit is contained in:
parent
da37f5424c
commit
ef43e141ee
@ -473,7 +473,7 @@ public BaseBlock getBlock(LocalPlayer player, String arg,
|
||||
}
|
||||
|
||||
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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user