feat: passenger control enabled by default for now

This commit is contained in:
Dan
2021-03-13 15:19:43 +00:00
parent fa386b46d3
commit f2790463fb

View File

@@ -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