From 96b79cd24f152aa64c228dc88665e85d8fef2a1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Wed, 17 Mar 2004 07:30:07 +0000 Subject: [PATCH] fixed find_entity --- plugins/include/xtrafun.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/xtrafun.inc b/plugins/include/xtrafun.inc index 7b3cda2f..4791c531 100755 --- a/plugins/include/xtrafun.inc +++ b/plugins/include/xtrafun.inc @@ -99,7 +99,7 @@ stock find_entity(start_from_ent, category, value[]) { case target: return find_ent_by_target(start_from_ent, value) case targetname: return find_ent_by_tname(start_from_ent, value) } - return find_entity_by_class(start_from_ent, value) + return find_ent_by_class(start_from_ent, value) } #endif // _xtrafun_included \ No newline at end of file