From dc6a28224a2e0ccd1967aa70fa0b76972b73ad1a Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Wed, 19 Feb 2020 00:43:11 +0700 Subject: [PATCH] Reformat config file to be more evenly spaced --- config/Acedia.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/Acedia.ini b/config/Acedia.ini index 43565dc..778337e 100644 --- a/config/Acedia.ini +++ b/config/Acedia.ini @@ -33,6 +33,7 @@ maxGameSpeedUpdatesAmount=3 ; it's on you to make sure 'KFGameType.Tick()' logic isn't executed. disableTick=true + ; This feature addressed two dosh-related issues: ; 1. Crashing servers by spamming 'CashPickup' actors with 'TossCash'; ; 2. Breaking collision detection logic by stacking large amount of @@ -129,6 +130,7 @@ autoEnable=true ; therefore it's suggested to keep this flag set to 'false'. ignoreTossFlags=false + ; This feature addressed an oversight in vanilla code that ; allows clients to sell weapon's ammunition. ; Moreover, when being sold, ammunition cost is always multiplied by 0.75,