Skip to content

Commit 05ad424

Browse files
committed
use correct capitalisation for "Vault"
1 parent 9a97eb1 commit 05ad424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pro/cloudnode/smp/bankaccounts/BankAccounts.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public boolean hasEconomy() {
8585

8686
public void setupVault() {
8787
if (!vaultEnabled()) {
88-
getLogger().log(Level.WARNING, "Vault not found or not enabled, vault integration will not work.");
88+
getLogger().log(Level.WARNING, "Vault not found or not enabled, Vault integration will not work.");
8989
return;
9090
}
9191

0 commit comments

Comments
 (0)