Skip to content

Commit

Permalink
fix: disable debug by default (#39)
Browse files Browse the repository at this point in the history
turn off debug
  • Loading branch information
SKITTLE6969 authored Feb 14, 2024
1 parent ea00354 commit f112ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WeaponTypeGroups = {

return {

debug = true, -- Set to true for development purposes only. Used for zones, and essential prints. Will be removed upon release
debug = false, -- Set to true for development purposes only. Used for zones, and essential prints. Will be removed upon release

vehicleMaximumLockingDistance = 5.0, -- Minimum distance for vehicle locking

Expand Down Expand Up @@ -212,4 +212,4 @@ return {
"WEAPON_SMOKEGRENADE",
-- Add more weapon names as needed
}
}
}

0 comments on commit f112ffb

Please sign in to comment.