mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix confirm stack
This commit is contained in:
parent
944c8c5521
commit
21ecd9dc4b
@ -560,7 +560,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", def="")
|
@ArgFlag(name = 'm', desc = "Set the include mask, non-matching blocks become air", def = "")
|
||||||
Mask mask) throws WorldEditException {
|
Mask mask) throws WorldEditException {
|
||||||
|
|
||||||
Mask combinedMask;
|
Mask combinedMask;
|
||||||
|
@ -59,8 +59,7 @@ public class ConsumeBindings extends Bindings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Binding
|
@Binding
|
||||||
@Confirm
|
@Confirm(Confirm.Processor.REGION)
|
||||||
@Selection
|
|
||||||
public int regionMultiple(Actor actor, InjectedValueAccess context, @Selection Region region, String argument) {
|
public int regionMultiple(Actor actor, InjectedValueAccess context, @Selection Region region, String argument) {
|
||||||
int times = (int) Expression.compile(argument).evaluate();
|
int times = (int) Expression.compile(argument).evaluate();
|
||||||
return Confirm.Processor.REGION.check(actor, context, times);
|
return Confirm.Processor.REGION.check(actor, context, times);
|
||||||
|
Loading…
Reference in New Issue
Block a user