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)