fixed reference to "find_entity_by_class" -> "find_ent_by_class"

This commit is contained in:
Johnny Bergström 2004-03-14 08:20:13 +00:00
parent d9b84087d9
commit faafdf9498

View File

@ -58,7 +58,7 @@ stock ENT_SetOrigin(iIndex, Float:fNewOrigin[3])
return entity_set_origin(iIndex, fNewOrigin)
stock FindEntity(iIndex, szValue[])
return find_entity_by_class(iIndex, szValue)
return find_ent_by_class(iIndex, szValue)
stock RemoveEntity(iIndex)
return remove_entity(iIndex)