mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-22 15:10:05 +00:00
Fix stack arg
This commit is contained in:
parent
48929d76f1
commit
580fb11197
@ -578,7 +578,7 @@ public class RegionCommands {
|
|||||||
boolean skipEntities,
|
boolean skipEntities,
|
||||||
@Switch(name = 'b', desc = "Also copy biomes")
|
@Switch(name = 'b', desc = "Also copy biomes")
|
||||||
boolean copyBiomes,
|
boolean copyBiomes,
|
||||||
@ArgFlag(name = 'm', desc = "Source mask")
|
@ArgFlag(name = 'm', desc = "Source mask", def="")
|
||||||
Mask sourceMask,
|
Mask sourceMask,
|
||||||
InjectedValueAccess context) throws WorldEditException {
|
InjectedValueAccess context) throws WorldEditException {
|
||||||
actor.checkConfirmationStack(() -> {
|
actor.checkConfirmationStack(() -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user