Skip to content

Commit 8d18314

Browse files
committed
insert server Vault account
lol
1 parent 28f9f86 commit 8d18314

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
@@ -350,7 +350,7 @@ private static void createServerVaultAccount() {
350350
if (serverAccount.isPresent()) return;
351351

352352
final @NotNull String name = getInstance().config().integrationsVaultServerAccount();
353-
new Account(getConsoleOfflinePlayer(), Account.Type.VAULT, name, BigDecimal.ZERO, true);
353+
new Account(getConsoleOfflinePlayer(), Account.Type.VAULT, name, BigDecimal.ZERO, true).insert();
354354
}
355355
}
356356

0 commit comments

Comments
 (0)