Changed UnHook -> Unhook for entity output natives.

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401979
This commit is contained in:
Matt Woodrow
2008-04-02 01:58:45 +00:00
parent 9b4bdd05b5
commit 51d5f79f1e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -54,6 +54,6 @@ public OnMapStart()
AcceptEntityInput(ent, "LightOn", ent, ent);
//Comment these out (and reload the plugin heaps) to test for leaks on plugin unload
UnHookSingleEntityOutput(ent, "OnLightOn", OutputHook);
UnHookSingleEntityOutput(ent, "OnLightOff", OutputHook);
UnhookSingleEntityOutput(ent, "OnLightOn", OutputHook);
UnhookSingleEntityOutput(ent, "OnLightOff", OutputHook);
}