From 788dc1970e94e28f6aa0c50b51c3493821659b72 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 17 Mar 2021 19:16:08 +0000 Subject: [PATCH] docs: CONFIG.only_lock_players comment spelling --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 2bc813a..aa25a08 100644 --- a/config.lua +++ b/config.lua @@ -41,7 +41,7 @@ CONFIG.debug = true -- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism CONFIG.allow_fast_limit = true --- Radar only lock playersw with auto fast locking +-- Radar only lock players with auto fast locking -- When enabled, the radar will only automatically lock a speed if the caught vehicle has a real player in it. CONFIG.only_lock_players = false