From 24b5a8a71526d819612707436cf263f31691d0ab Mon Sep 17 00:00:00 2001 From: ugn-Chefentwickler Date: Thu, 3 Aug 2023 20:36:11 +0200 Subject: [PATCH] Deposit --- .../expansion/settings/MarketSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/serverstructure/mpmissions/Expansion.ChernarusPlus/expansion/settings/MarketSettings.json b/serverstructure/mpmissions/Expansion.ChernarusPlus/expansion/settings/MarketSettings.json index d7ed7d9..ce281d5 100644 --- a/serverstructure/mpmissions/Expansion.ChernarusPlus/expansion/settings/MarketSettings.json +++ b/serverstructure/mpmissions/Expansion.ChernarusPlus/expansion/settings/MarketSettings.json @@ -4,11 +4,11 @@ "NetworkCategories": [], "CurrencyIcon": "DayZExpansion/Core/GUI/icons/misc/coinstack2_64x64.edds", "ATMSystemEnabled": 1, - "MaxDepositMoney": 100000, - "DefaultDepositMoney": 10000, + "MaxDepositMoney": 1000000000, + "DefaultDepositMoney": 100000000, "ATMPlayerTransferEnabled": 1, "ATMPartyLockerEnabled": 1, - "MaxPartyDepositMoney": 100000, + "MaxPartyDepositMoney": 10000000000, "UseWholeMapForATMPlayerList": 0, "SellPricePercent": 75.0, "NetworkBatchSize": 100,