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