This commit is contained in:
cyberpwn 2021-08-31 11:42:56 -04:00
parent b2aff55160
commit 6b4bd90bfa

View File

@ -140,9 +140,7 @@ public class CommandWhat implements DecreeExecutor {
{ {
IrisToolbelt.access(c.getWorld()).getEngine().getMantle().findMarkers(xxx, zzz, new MatterMarker(marker)) IrisToolbelt.access(c.getWorld()).getEngine().getMantle().findMarkers(xxx, zzz, new MatterMarker(marker))
.convert((i) -> i.toLocation(c.getWorld())).forEach((i) -> { .convert((i) -> i.toLocation(c.getWorld())).forEach((i) -> {
J.s(() -> { J.s(() -> BlockSignal.of(i.getBlock(), 100));
BlockSignal.of(i.getBlock(), 100);
});
v.incrementAndGet(); v.incrementAndGet();
}); });
} }