From f2790463fbd99d7e74f18e730d47e4879c81ff6a Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 13 Mar 2021 15:19:43 +0000 Subject: [PATCH] feat: passenger control enabled by default for now --- config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 09e25f9..566cdca 100644 --- a/config.lua +++ b/config.lua @@ -57,7 +57,7 @@ CONFIG.allow_passenger_view = true -- 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 = false +CONFIG.allow_passenger_control = true -- Set this to true if you use Sonoran CAD with the WraithV2 plugin CONFIG.use_sonorancad = false