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,