From 096a9f5f140da12722dc39a8176c9009aa9a27ff Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 8 Mar 2004 04:10:19 +0000 Subject: [PATCH] Fixed double native error --- plugins/include/amxmodx.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 24acda51..a06c07d8 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -199,9 +199,6 @@ native get_user_deaths(index); /* Sets player deaths. */ native set_user_deaths(index, newdeaths); -/* Returns player frags. */ -native get_user_frags(index); - /* Sets player frags. */ native set_user_frags(index, frags);