A few command fixes

This commit is contained in:
Kenzie Togami
2019-04-28 21:42:45 -07:00
parent 7d85df4575
commit d4fce65abc
2 changed files with 8 additions and 4 deletions

View File

@ -177,7 +177,7 @@ public class RegionCommands {
@Arg(desc = "The mask representing blocks to replace", def = "")
Mask from,
@Arg(desc = "The pattern of blocks to replace with")
Pattern to) throws WorldEditException {
Pattern to) throws WorldEditException {
if (from == null) {
from = new ExistingBlockMask(editSession);
}