Skip to content

Commit

Permalink
remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Flohhhhh committed Sep 13, 2024
1 parent 94a08a9 commit 4ecf458
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ulc/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Config = {
-- whether to enable control of lights on/off state using Q key
-- disabled by default to allow other scripts to control lights such as Luxart
-- enable this if you want to use ULC's light control features such as cycling lights
-- make sure to disable light controls in other scripts if you enable this
controlLights = false,

Expand All @@ -27,7 +26,7 @@ Config = {
delay = 0.5,
-- distance at which to check for other vehicles to sync patterns with
syncDistance = 32,
-- seconds before a single client triggers sync again
-- seconds before a single client triggers sync again
syncCooldown = 4,
},

Expand Down

0 comments on commit 4ecf458

Please sign in to comment.