Skip to content

Commit 7046c00

Browse files
committed
fixed capitalization of permission
1 parent 72db24f commit 7046c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/velocityblockversion/commands/CommandReload.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public void execute(final Invocation invocation) {
3838

3939
@Override
4040
public boolean hasPermission(final Invocation invocation) {
41-
return invocation.source().hasPermission("velocityBlockVersion.reload");
41+
return invocation.source().hasPermission("velocityblockversion.reload");
4242
}
4343
}

0 commit comments

Comments
 (0)