Browse Source

Reformat config file to be more evenly spaced

master
Anton Tarasenko 5 years ago
parent
commit
dc6a28224a
  1. 2
      config/Acedia.ini

2
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,