Fix fuzzy region

This commit is contained in:
dordsor21
2021-09-21 14:31:03 +01:00
parent 69ae4a7121
commit d0056870be
4 changed files with 20 additions and 16 deletions

View File

@ -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;