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 3ea2f9e commit 2b36349Copy full SHA for 2b36349
src/main/java/pro/cloudnode/smp/bankaccounts/Account.java
@@ -351,7 +351,7 @@ else if (limit != null) {
351
* Get the server Vault account
352
*/
353
public static @NotNull Optional<@NotNull Account> getServerVaultAccount() {
354
- if (!BankAccounts.getInstance().config().serverAccountEnabled()) return Optional.empty();
+ if (!BankAccounts.getInstance().config().integrationsVaultEnabled()) return Optional.empty();
355
return getVaultAccount(BankAccounts.getConsoleOfflinePlayer());
356
}
357
0 commit comments