Skip to content

Commit

Permalink
ci: set debug mode to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vipexv committed Sep 16, 2024
1 parent f0b2469 commit a13841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/shared.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
debug = true,
debug = false,
useBuiltInSeatbeltLogic = true, -- Whether to enable the custom seatbelt logic in this script, or use your own one, keep in mind that if you decide to use your own seatbelt logic, you will need to edit the source code to tailor your needs.
framework = "none", -- none, esx, qb, ox, custom. If you wanna enable the hunger/thirst/stress stats you need to use a framework, or you can edit the source code to tailor your own custom framework
}

0 comments on commit a13841f

Please sign in to comment.