From 157729b5ec8028495a57123aeb302bc971d502d1 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 30 Nov 2020 10:28:19 +0000 Subject: [PATCH] Added temporary debug config setting --- config.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.lua b/config.lua index 2711b9d..e77abfb 100644 --- a/config.lua +++ b/config.lua @@ -33,6 +33,9 @@ -- Do not touch this CONFIG = {} +-- Radar debug mode +CONFIG.debug = true + -- Radar fast limit locking -- 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