8 lines
153 B
Lua
8 lines
153 B
Lua
|
|
if ES then --ExclServer support
|
||
|
|
if CLIENT then
|
||
|
|
hook.Add("ESSupressCustomVoice","JB.SupressESVoice",function()
|
||
|
|
return true
|
||
|
|
end)
|
||
|
|
end
|
||
|
|
end
|