Browse Source

Fix `FixDoshSpam`'s default config

We want all Acedia's critical bug and exploit fixes
to be enabled by default, but `FixDoshSpam` was disabled by mistake.
develop
Anton Tarasenko 5 years ago
parent
commit
afd32c727f
  1. 2
      config/Acedia.ini

2
config/Acedia.ini

@ -43,7 +43,7 @@ disableTick=true
; allowing this limit to decrease when there's already too much dosh
; present on the map.
[Acedia.FixDoshSpam]
autoEnable=false
autoEnable=true
; Highest and lowest speed with which players can throw dosh wads.
; It'll be evenly spread between all players.
; For example, if speed is set to 6 and only one player will be spamming dosh,

Loading…
Cancel
Save