chore(config): Define the default value for Display

This commit is contained in:
Linden
2021-06-04 13:15:44 +10:00
committed by GitHub
parent 20b2319e97
commit 16d97ec1e3
+2 -1
View File
@@ -2,4 +2,5 @@ Config = {}
Config.StatusMax = 1000000
Config.TickTime = 1000
Config.UpdateInterval = 10000
Config.UpdateInterval = 10000
Config.Display = true -- Enable the esx_status bars (disable if you are using another HUD)