Skip to content

Commit a3b873c

Browse files
committed
changed model version to match all game build
1 parent f4c8f0b commit a3b873c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/shared.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Shared.MaxFrequency = 500.00 -- Max Limit of Radio Channel
1111
---@type Jammer
1212
Shared.Jammer = {
1313
state = true, -- to use jammer system or not
14-
model = 'm23_2_prop_m32_jammer_01a', -- prop to spawn for jammer
14+
model = 'sm_prop_smug_jammer', -- prop to spawn for jammer
1515
permission = {"police"}, -- permission how can setup jammer (job/gang)
1616
default = {}, -- default jammer setup location
1717
range = {

0 commit comments

Comments
 (0)