From 26f4ea1332ad23b926c127d4a211ae2c36fb94a3 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 4 Apr 2020 11:15:27 +0200 Subject: [PATCH] frakkasse 100k default --- ReallifeGamemode.Server/Util/FactionHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Util/FactionHelper.cs b/ReallifeGamemode.Server/Util/FactionHelper.cs index 1cc33969..1ab0365c 100644 --- a/ReallifeGamemode.Server/Util/FactionHelper.cs +++ b/ReallifeGamemode.Server/Util/FactionHelper.cs @@ -19,7 +19,7 @@ namespace ReallifeGamemode.Server.Util NAPI.Util.ConsoleOutput("Adding bank account for faction: " + faction.Name); faction.BankAccount = new FactionBankAccount() { - Balance = 0, + Balance = 100000, Bic = "", Iban = "", Active = true