refactor: change default passenger control config values

This commit is contained in:
Dan
2021-03-19 15:49:04 +00:00
parent 2bea91ee99
commit 9d7f4b5ccd

View File

@@ -49,12 +49,12 @@ CONFIG.allow_quick_start_video = true
-- Allow passenger view -- Allow passenger view
-- When enabled, the front seat passenger will be able to view the radar and plate reader from their end. -- 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 -- Allow passenger control
-- Dependent on CONFIG.allow_passenger_view. When enabled, the front seat passenger will be able to open the -- 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. -- 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 -- Set this to true if you use Sonoran CAD with the WraithV2 plugin
CONFIG.use_sonorancad = false CONFIG.use_sonorancad = false