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 9a97eb1 commit 05ad424Copy full SHA for 05ad424
src/main/java/pro/cloudnode/smp/bankaccounts/BankAccounts.java
@@ -85,7 +85,7 @@ public boolean hasEconomy() {
85
86
public void setupVault() {
87
if (!vaultEnabled()) {
88
- getLogger().log(Level.WARNING, "Vault not found or not enabled, vault integration will not work.");
+ getLogger().log(Level.WARNING, "Vault not found or not enabled, Vault integration will not work.");
89
return;
90
}
91
0 commit comments