mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
refactor: hooks name id
This commit is contained in:
parent
7f8e81c909
commit
513920baa0
|
@ -26,6 +26,6 @@ end
|
||||||
// Hooks
|
// Hooks
|
||||||
//
|
//
|
||||||
|
|
||||||
hook.Add("PlayerSay", "gmInte:PlayerSay:SyncChat", function(ply, text, team)
|
hook.Add("PlayerSay", "gmInte:SyncChat:PlayerSay", function(ply, text, team)
|
||||||
gmInte.playerSay(ply, text, team)
|
gmInte.playerSay(ply, text, team)
|
||||||
end)
|
end)
|
Loading…
Reference in New Issue
Block a user