Changed "entiy" to "entity" in IsEntNetworkable (#847)

* Changed "entiy" to "entity" in IsEntNetworkable

* Update entity.inc
This commit is contained in:
Alfred Llagas 2018-07-08 08:11:35 -07:00 committed by Nicholas Hastings
parent 70145dfd74
commit daee19d502

View File

@ -122,10 +122,10 @@ native bool IsValidEdict(int edict);
/** /**
* Returns whether or not an entity has a valid networkable edict. * Returns whether or not an entity has a valid networkable edict.
* *
* @param edict Index of the entity. * @param entity Index of the entity.
* @return True if networkable, false if invalid or not networkable. * @return True if networkable, false if invalid or not networkable.
*/ */
native bool IsEntNetworkable(int entiy); native bool IsEntNetworkable(int entity);
/** /**
* Creates a new edict (the basis of a networkable entity) * Creates a new edict (the basis of a networkable entity)