mirror of
https://github.com/Earu/EasyChat.git
synced 2025-03-04 03:13:20 -05:00
comment this out ig
This commit is contained in:
parent
eb68a2a1cc
commit
66557a8641
@ -1,7 +1,7 @@
|
||||
local TAG = "EasyChatEngineChatHack"
|
||||
|
||||
if SERVER then
|
||||
hook.Add("PostGamemodeLoaded", TAG, function()
|
||||
--[[hook.Add("PostGamemodeLoaded", TAG, function()
|
||||
local existing_callbacks = hook.GetTable().PlayerSay or {}
|
||||
for identifier, callback in pairs(existing_callbacks) do
|
||||
hook.Remove("PlayerSay", identifier)
|
||||
@ -38,7 +38,7 @@ if SERVER then
|
||||
function GAMEMODE:ECPlayerSay(ply, msg, is_team, is_local)
|
||||
return self:PlayerSay(ply, msg, is_team, is_local)
|
||||
end
|
||||
end)
|
||||
end)]]--
|
||||
end
|
||||
|
||||
-- this is inspired off
|
||||
|
Loading…
Reference in New Issue
Block a user