From 16d97ec1e3fc87175af21e150e83c8b067abc52c Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 4 Jun 2021 13:15:44 +1000 Subject: [PATCH] chore(config): Define the default value for Display --- config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index 3b444340..9eb09cb2 100644 --- a/config.lua +++ b/config.lua @@ -2,4 +2,5 @@ Config = {} Config.StatusMax = 1000000 Config.TickTime = 1000 -Config.UpdateInterval = 10000 \ No newline at end of file +Config.UpdateInterval = 10000 +Config.Display = true -- Enable the esx_status bars (disable if you are using another HUD)