From e40daf1315a573892fe1cd8acb476d9ee02fdad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Wed, 24 Mar 2004 12:56:21 +0000 Subject: [PATCH] another fix --- plugins/include/jghg2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/jghg2.inc b/plugins/include/jghg2.inc index 5210b8b9..75e90f46 100755 --- a/plugins/include/jghg2.inc +++ b/plugins/include/jghg2.inc @@ -67,7 +67,7 @@ enum { stock jghg_find_ent_owner(start_from_ent, jghg_category, value[], owner_index) { - find_ent_by_owner(start_from_ent, value[], owner_index, jghg_category) + find_ent_by_owner(start_from_ent, value, owner_index, jghg_category) } stock find_ent_sphere(start_from_ent, Float:origin[3], Float:radius)