Initial Commit
This commit is contained in:
7
gamemode/core/sh_compatability.lua
Normal file
7
gamemode/core/sh_compatability.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
if ES then --ExclServer support
|
||||
if CLIENT then
|
||||
hook.Add("ESSupressCustomVoice","JB.SupressESVoice",function()
|
||||
return true
|
||||
end)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user