diff --git a/src/main/java/tools/redstone/redstonetools/features/commands/update/UpdateFeature.java b/src/main/java/tools/redstone/redstonetools/features/commands/update/UpdateFeature.java index f7e1078e..f03199dc 100644 --- a/src/main/java/tools/redstone/redstonetools/features/commands/update/UpdateFeature.java +++ b/src/main/java/tools/redstone/redstonetools/features/commands/update/UpdateFeature.java @@ -10,7 +10,7 @@ import tools.redstone.redstonetools.utils.WorldEditUtils; @AutoService(AbstractFeature.class) -@Feature(name = "Update", description = "Forces block updates in the selected area.", command = "/update") +@Feature(name = "Update", description = "Forces block updates in the selected area.", command = "/update", worldedit = true) public class UpdateFeature extends CommandFeature { @Override protected Feedback execute(ServerCommandSource source) throws CommandSyntaxException { @@ -25,4 +25,4 @@ protected Feedback execute(ServerCommandSource source) throws CommandSyntaxExcep return RegionUpdater.updateRegion(source.getWorld(), selection.getMinimumPoint(), selection.getMaximumPoint()); } -} \ No newline at end of file +}