fixed find_entity
This commit is contained in:
parent
bbb5adc70f
commit
96b79cd24f
|
@ -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
|
Loading…
Reference in New Issue
Block a user