Fixed bug where meta tables would not be NULL'd correctly
This commit is contained in:
@@ -170,6 +170,7 @@ void PlayerPreThink(edict_t *pEntity)
|
||||
MF_ExecuteForward(PlayerPreThinkForward, ENTINDEX(pEntity));
|
||||
RETURN_META(MRES_IGNORED);
|
||||
}
|
||||
|
||||
void PlayerPostThink_Post(edict_t *pEntity)
|
||||
{
|
||||
if(plinfo[ENTINDEX(pEntity)].pViewEnt) {
|
||||
|
||||
Reference in New Issue
Block a user