mirror of
https://github.com/StyledStrike/musical-keyboard.git
synced 2025-03-04 03:13:36 -05:00
Rename Custom Chat "block input" hook
This commit is contained in:
parent
97e3c6353d
commit
1c89f7f1ab
@ -189,7 +189,7 @@ function MKeyboard:Init( ent )
|
||||
end )
|
||||
|
||||
-- Custom Chat compatibility
|
||||
hook.Add( "BlockChatInput", "MKeyboard.PreventOpeningChat", function()
|
||||
hook.Add( "CustomChatBlockInput", "MKeyboard.PreventOpeningChat", function()
|
||||
return true
|
||||
end )
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user