Skip to content

Commit 212a001

Browse files
committed
Fix typo in merge command permission
1 parent 71dab58 commit 212a001

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Plan/common/src/main/java/com/djrapitops/plan/commands/PlanCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ private Subcommand moveCommand() {
440440
private Subcommand mergeCommand() {
441441
return Subcommand.builder()
442442
.aliases("merge")
443-
.requirePermission(Permissions.DATA_MOVE)
443+
.requirePermission(Permissions.DATA_MERGE)
444444
.requiredArgument(DB_ARG_OPTIONS, locale.getString(HelpLang.DESC_ARG_DB_MOVE_FROM))
445445
.requiredArgument(DB_ARG_OPTIONS, locale.getString(HelpLang.DESC_ARG_DB_MOVE_TO))
446446
.optionalArgument("--on-conflict-delete", locale.getString(HelpLang.DESC_ARG_DB_MERGE_DELETE))

0 commit comments

Comments
 (0)