From 9d7f4b5ccd768e90a75b4fb65627ec0e2da111cf Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 19 Mar 2021 15:49:04 +0000 Subject: [PATCH] refactor: change default passenger control config values --- config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.lua b/config.lua index 6678755..be4a634 100644 --- a/config.lua +++ b/config.lua @@ -49,12 +49,12 @@ CONFIG.allow_quick_start_video = true -- Allow passenger view -- When enabled, the front seat passenger will be able to view the radar and plate reader from their end. -CONFIG.allow_passenger_view = true +CONFIG.allow_passenger_view = false -- Allow passenger control -- Dependent on CONFIG.allow_passenger_view. When enabled, the front seat passenger will be able to open the -- radar remote and control the radar and plate reader for themself and the driver. -CONFIG.allow_passenger_control = true +CONFIG.allow_passenger_control = false -- Set this to true if you use Sonoran CAD with the WraithV2 plugin CONFIG.use_sonorancad = false