Reformat config file to be more evenly spaced
This commit is contained in:
parent
2c39bf1822
commit
dc6a28224a
@ -33,6 +33,7 @@ maxGameSpeedUpdatesAmount=3
|
|||||||
; it's on you to make sure 'KFGameType.Tick()' logic isn't executed.
|
; it's on you to make sure 'KFGameType.Tick()' logic isn't executed.
|
||||||
disableTick=true
|
disableTick=true
|
||||||
|
|
||||||
|
|
||||||
; This feature addressed two dosh-related issues:
|
; This feature addressed two dosh-related issues:
|
||||||
; 1. Crashing servers by spamming 'CashPickup' actors with 'TossCash';
|
; 1. Crashing servers by spamming 'CashPickup' actors with 'TossCash';
|
||||||
; 2. Breaking collision detection logic by stacking large amount of
|
; 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'.
|
; therefore it's suggested to keep this flag set to 'false'.
|
||||||
ignoreTossFlags=false
|
ignoreTossFlags=false
|
||||||
|
|
||||||
|
|
||||||
; This feature addressed an oversight in vanilla code that
|
; This feature addressed an oversight in vanilla code that
|
||||||
; allows clients to sell weapon's ammunition.
|
; allows clients to sell weapon's ammunition.
|
||||||
; Moreover, when being sold, ammunition cost is always multiplied by 0.75,
|
; Moreover, when being sold, ammunition cost is always multiplied by 0.75,
|
||||||
|
Reference in New Issue
Block a user