fixed GetClientEyeAngles() again
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401618
This commit is contained in:
@@ -605,7 +605,7 @@ static cell_t GetClientEyeAngles(IPluginContext *pContext, const cell_t *params)
|
||||
QAngle angles;
|
||||
bool got_angles = false;
|
||||
|
||||
if (pEntity == NULL)
|
||||
if (pEntity != NULL)
|
||||
{
|
||||
got_angles = GetEyeAngles(pEntity, &angles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user