mirror of
https://github.com/StyledStrike/musical-keyboard.git
synced 2025-03-04 03:13:36 -05:00
Merge pull request #5 from Bonyoze/master
Fix incorrect hook name when removing
This commit is contained in:
commit
d4ad16ed65
@ -153,7 +153,7 @@ function MKeyboard:Shutdown()
|
||||
hook.Remove( "PlayerButtonDown", "MKeyboard.DetectButtonPress" )
|
||||
hook.Remove( "PlayerButtonUp", "MKeyboard.DetectButtonRelease" )
|
||||
hook.Remove( "PlayerBindPress", "MKeyboard.BlockBinds" )
|
||||
hook.Remove( "BlockChatInput", "MKeyboard.PreventOpeningChat" )
|
||||
hook.Remove( "CustomChatBlockInput", "MKeyboard.PreventOpeningChat" )
|
||||
end
|
||||
|
||||
local settings = MKeyboard.settings
|
||||
|
Loading…
Reference in New Issue
Block a user