Skip to content

Commit 9f9f98c

Browse files
wizjanydordsor21
authored andcommitted
Add //mirror as an alias of //flip. (#2714)
1 parent a431a24 commit 9f9f98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worldedit-core/src/main/java/com/sk89q/worldedit/command/ClipboardCommands.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ public void rotate(
638638

639639
@Command(
640640
name = "/flip",
641+
aliases = { "/mirror" },
641642
desc = "Flip the contents of the clipboard across the origin"
642643
)
643644
@CommandPermissions("worldedit.clipboard.flip")

0 commit comments

Comments
 (0)