Minor stuff, no need to look

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40632
This commit is contained in:
Scott Ehlert
2007-03-16 17:29:05 +00:00
parent a98c47e04b
commit 19728377f1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ native HookUserMessage(UserMsg:msg_id, MsgHook:hook, bool:intercept=false, MsgSe
* @noreturn
* @error Invalid message index.
*/
native UnHookUserMessage(UserMsg:msg_id, MsgHook:hook, bool:intercept=false);
native UnhookUserMessage(UserMsg:msg_id, MsgHook:hook, bool:intercept=false);
/**
* Starts a usermessage (network message) that broadcasts to all clients.