mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Fixed permission for outset.
This commit is contained in:
parent
97529abaca
commit
a0d5e02292
@ -399,7 +399,7 @@ public class SelectionCommands {
|
|||||||
min = 1,
|
min = 1,
|
||||||
max = 1
|
max = 1
|
||||||
)
|
)
|
||||||
@CommandPermissions({"worldedit.selection.outset"})
|
@CommandPermissions({"worldedit.selection.inset"})
|
||||||
public static void inset(CommandContext args, WorldEdit we,
|
public static void inset(CommandContext args, WorldEdit we,
|
||||||
LocalSession session, LocalPlayer player, EditSession editSession)
|
LocalSession session, LocalPlayer player, EditSession editSession)
|
||||||
throws WorldEditException {
|
throws WorldEditException {
|
||||||
|
Loading…
Reference in New Issue
Block a user