Fix stack arg

This commit is contained in:
Jesse Boyd 2019-11-14 10:23:02 +00:00
parent 48929d76f1
commit 580fb11197
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -578,7 +578,7 @@ public class RegionCommands {
boolean skipEntities,
@Switch(name = 'b', desc = "Also copy biomes")
boolean copyBiomes,
@ArgFlag(name = 'm', desc = "Source mask")
@ArgFlag(name = 'm', desc = "Source mask", def="")
Mask sourceMask,
InjectedValueAccess context) throws WorldEditException {
actor.checkConfirmationStack(() -> {