From 0375aedd47814a9ceccabeceed7ba7e206348baf Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Tue, 9 Dec 2014 22:21:46 -0800 Subject: [PATCH] Return the 'e' to OnTakeDamagAlive comment. --- plugins/include/sdkhooks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/sdkhooks.inc b/plugins/include/sdkhooks.inc index 65756e06..9b5d14bc 100644 --- a/plugins/include/sdkhooks.inc +++ b/plugins/include/sdkhooks.inc @@ -249,7 +249,7 @@ union SDKHookCB function Action (int entity, int &maxhealth); // OnTakeDamage - // OnTakeDamagAlive + // OnTakeDamageAlive // Note: The weapon parameter is not used by all games and damage sources. // Note: Force application is dependent on game and damage type(s) // SDKHooks 1.0+