Skip to content

Commit

Permalink
chore: disable debug by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximus7474 committed Aug 12, 2024
1 parent fdb13ff commit b53864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Config = {}

--[[ Set Debug Mode ]]
Config.Debug = true
Config.Debug = false
Config.DebugZones = false

--[[ Set to false if you do not want to be notified on updates ]]
Expand Down

0 comments on commit b53864d

Please sign in to comment.