From 8ba1d5e33307c7164ac546dc4fc24d59769e2678 Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Thu, 10 Apr 2008 05:22:51 +0000 Subject: [PATCH] Forgot a semicolon --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402021 --- plugins/include/tf2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tf2.inc b/plugins/include/tf2.inc index 5ad83aed..2ac6de01 100644 --- a/plugins/include/tf2.inc +++ b/plugins/include/tf2.inc @@ -128,7 +128,7 @@ native TFClassType:TF2_GetClass(const String:classname[]); * @param weaponname Classname of the weapon. * @param result Buffer param for the result of the decision. */ -forward Action:TF2_CalcIsAttackCritical(client, weapon, String:weaponname[], &bool:result) +forward Action:TF2_CalcIsAttackCritical(client, weapon, String:weaponname[], &bool:result); /** * Do not edit below this line!