*forgot to set the perm

This commit is contained in:
Jesse Boyd 2016-12-23 16:28:02 +11:00
parent 50ac6c86a0
commit 65c0a0e06d
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -169,7 +169,7 @@ public class ClipboardCommands {
"WARNING: Pasting entities cannot yet be undone!",
max = 0
)
@CommandPermissions("worldedit.clipboard.lazycopy")
@CommandPermissions("worldedit.clipboard.lazycut")
public void lazyCut(Player player, LocalSession session, EditSession editSession,
@Selection final Region region, @Switch('e') boolean copyEntities,
@Switch('m') Mask mask) throws WorldEditException {