Fixed amb1687 - Infinite loop in Entity Outputs
--HG-- branch : sourcemod-1.0.x extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402159
This commit is contained in:
parent
abf0a4f508
commit
05044032da
@ -289,12 +289,10 @@ void EntityOutputManager::FireEventDetour(void *pOutput, CBaseEntity *pActivator
|
||||
CleanUpHook(hook);
|
||||
continue;
|
||||
}
|
||||
|
||||
hook->in_use = false;
|
||||
_iter++;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
hook->in_use = false;
|
||||
_iter++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user