From 39a22813cb5760619280034c84e0c083bfe1dc81 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Wed, 17 May 2006 14:03:59 +0000 Subject: [PATCH] updated comment --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index ac4d8e07..55d92c51 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1063,7 +1063,7 @@ native get_pcvar_string(pcvar, string[], maxlen); native arrayset(array[], value, size); /** - * Returns the weapon id, otherwise -1 when no id found. + * Returns the weapon id, otherwise 0 when no id found. * The weapon name is case sensitive, and has the weapon_* form. */ native get_weaponid(const name[]);