From 2e22dde409a0a5334285bc5c893e8b3ab76d1b01 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 25 Aug 2005 07:16:17 +0000 Subject: [PATCH] Removed extra forwards --- plugins/include/tsfun.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/plugins/include/tsfun.inc b/plugins/include/tsfun.inc index 4c1ef6b1..2081955f 100755 --- a/plugins/include/tsfun.inc +++ b/plugins/include/tsfun.inc @@ -21,14 +21,6 @@ enum { #pragma library tsfun -/* Function is called after player to player attacks , -* if players were damaged by teammate TA is set to 1 */ -forward client_damage(attacker,victim,damage,wpnindex,hitplace,TA); - -/* Function is called after player death , -* if player was killed by teammate TK is set to 1 */ -forward client_death(killer,victim,wpnindex,hitplace,TK); - /************* Shared Natives End ********************************/ /* Function is called just before a kung foo attack is done,