We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6017554 commit 73390caCopy full SHA for 73390ca
src/main/java/pro/cloudnode/smp/bankaccounts/Permissions.java
@@ -34,7 +34,7 @@ public final class Permissions {
34
public static @NotNull String INSTRUMENT_CREATE_BYPASS = "bank.instrument.create.bypass";
35
public static @NotNull String SET_BALANCE = "bank.set.balance";
36
public static @NotNull String SET_NAME_OTHER = "bank.set.name.other";
37
- public static @NotNull String SET_NAME_VAULT = "bank.set.name.VAULT";
+ public static @NotNull String SET_NAME_VAULT = "bank.set.name.vault";
38
public static @NotNull String FREEZE_OTHER = "bank.freeze.other";
39
public static @NotNull String DELETE_OTHER = "bank.delete.other";
40
public static @NotNull String POS_CREATE_OTHER = "bank.pos.create.other";
0 commit comments