Added temporary debug config setting

This commit is contained in:
Dan
2020-11-30 10:28:19 +00:00
parent f6034a4bed
commit 157729b5ec

View File

@@ -33,6 +33,9 @@
-- Do not touch this -- Do not touch this
CONFIG = {} CONFIG = {}
-- Radar debug mode
CONFIG.debug = true
-- Radar fast limit locking -- Radar fast limit locking
-- When enabled, the player will be able to define a fast limit within the radar's menu, when a vehicle -- When enabled, the player will be able to define a fast limit within the radar's menu, when a vehicle
-- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism -- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism