Files
jailbreakplusplus/gamemode/core/sh_compatability.lua
2026-01-04 18:21:33 -06:00

8 lines
153 B
Lua

if ES then --ExclServer support
if CLIENT then
hook.Add("ESSupressCustomVoice","JB.SupressESVoice",function()
return true
end)
end
end