From 0fc8f0b489a8089180b1145001bc1653cecf5af9 Mon Sep 17 00:00:00 2001 From: Lukasz Wlasinksi Date: Sun, 3 Oct 2004 11:07:49 +0000 Subject: [PATCH] fixed bug in create pwup function --- plugins/include/tsx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/tsx.inc b/plugins/include/tsx.inc index d098b2d0..60f0a664 100755 --- a/plugins/include/tsx.inc +++ b/plugins/include/tsx.inc @@ -77,7 +77,7 @@ native ts_getuserlastfrag( index ); native ts_giveweapon( index,weapon,clips,extra ); /* Function will create pwup entity and return its index (pwupent) */ -native ts_createpwup( index,pwup ); +native ts_createpwup( pwup ); native ts_givepwup( index,pwupent );