Skip to content

Commit

Permalink
fix: Turn debug off by default (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Molicheu authored Jan 10, 2024
1 parent 38c7106 commit 050896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/client.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
debugPoly = true,
debugPoly = false,
useDrawText = false,
openRegisterTime = 24000,
policeAlertChance = 0.70,
Expand Down

0 comments on commit 050896e

Please sign in to comment.