mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 04:26:42 +00:00
Fix fuzzy region
This commit is contained in:
@ -717,8 +717,7 @@ public class SelectionCommands {
|
||||
case FUZZY:
|
||||
case MAGIC:
|
||||
Mask maskOpt = new IdMask(world);
|
||||
//TODO Make FuzzyRegionSelector accept actors
|
||||
newSelector = new FuzzyRegionSelector((Player) actor, world, maskOpt);
|
||||
newSelector = new FuzzyRegionSelector(actor, world, maskOpt);
|
||||
actor.print(Caption.of("fawe.selection.sel.fuzzy"));
|
||||
actor.print(Caption.of("fawe.selection.sel.list"));
|
||||
break;
|
||||
|
Reference in New Issue
Block a user