From a9684fb81dfa13c620c3a2a656c8f64efe885444 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Tue, 7 Mar 2006 12:58:39 +0000 Subject: [PATCH] fixed bug at26189 --- plugins/include/tsfun.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tsfun.inc b/plugins/include/tsfun.inc index 7760d774..4c9a4f4f 100755 --- a/plugins/include/tsfun.inc +++ b/plugins/include/tsfun.inc @@ -60,7 +60,7 @@ native ts_getuserslots( index ); native ts_setuserslots( index, slots ); native ts_getuserstate( index ) -native ts_getuserwpn( index,&ammo,&clip,&mode,&extra ); +native ts_getuserwpn( index,&clip,&ammo,&mode,&extra ); native ts_getuserspace( index ); native ts_getuserkillflags(killer);