Skip to content

Commit

Permalink
fix: /delwarp not being operator-restricted by default
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Dec 27, 2023
1 parent 1ddd107 commit fb9b882
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public class DelWarpCommand extends SavedPositionCommand<Warp> {

public DelWarpCommand(@NotNull HuskHomes plugin) {
super("delwarp", List.of(), Warp.class, List.of(), plugin);
setOperatorCommand(true);
}

@Override
Expand Down

0 comments on commit fb9b882

Please sign in to comment.