Skip to content

Commit 130abf1

Browse files
committed
Update config.lua
1 parent 279ffad commit 130abf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ Config.SafetyStages = {
9494
['stage_1'] = {
9595
item = 'vehicle_alarm_1', -- Usable Item to set the stage to the vehicle
9696
alarm = true, -- Acustic alarm
97-
ownerAlert = true, -- Notify Owner
98-
policeAlert = true, -- Notify Police
99-
liveCoords = true, -- Owner gets live coords (Blip)
97+
ownerAlert = false, -- Notify Owner
98+
policeAlert = false, -- Notify Police
99+
liveCoords = false, -- Owner gets live coords (Blip)
100100
},
101101
['stage_2'] = {
102102
item = 'vehicle_alarm_2', -- Usable Item to set the stage to the vehicle

0 commit comments

Comments
 (0)