From f63d530e9521e0a4f8bc07ac85d76c3d1d69a8e5 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 18 Feb 2020 23:10:14 +0700 Subject: [PATCH] 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. --- config/Acedia.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Acedia.ini b/config/Acedia.ini index e1a0762..79bcc76 100644 --- a/config/Acedia.ini +++ b/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.