Skip to content

Commit 8a13912

Browse files
authored
Add //mirror as an alias of //flip. (#2714)
1 parent dc92f6f commit 8a13912

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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
@@ -242,6 +242,7 @@ public void rotate(Actor actor, LocalSession session,
242242

243243
@Command(
244244
name = "/flip",
245+
aliases = { "/mirror" },
245246
desc = "Flip the contents of the clipboard across the origin"
246247
)
247248
@CommandPermissions("worldedit.clipboard.flip")

0 commit comments

Comments
 (0)