Browse Source

Fix `FixZedTimeLags`'s default config

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

2
config/Acedia.ini

@ -14,7 +14,7 @@
; 'zedTimeSlomoScale' was assumed to be default value of '0.2'.
; Now zed time will behave correctly with mods that change 'zedTimeSlomoScale'.
[Acedia.FixZedTimeLags]
autoEnable=false
autoEnable=true
; Maximum amount of game speed updates upon leaving zed time.
; 2 or 3 seem to provide a good enough result that,
; i.e. it should be hard to notice difference with vanilla game behavior.