From 2e89ac54f9e99c54e85da53cd0972259189de13a Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 6 Mar 2020 21:20:30 +0000 Subject: [PATCH] Changed fast limit config setting back to default value --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 52ea8cc..0e5700a 100644 --- a/config.lua +++ b/config.lua @@ -36,7 +36,7 @@ CONFIG = {} -- Radar fast limit locking -- When enabled, the player will be able to define a fast limit within the radar's menu, when a vehicle -- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism -CONFIG.allow_fast_limit = true +CONFIG.allow_fast_limit = false -- Sets all of the controls CONFIG.keys =