2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-06 02:42:12 +03:00

wow... =/

This commit is contained in:
Steve Dudenhoeffer 2004-09-23 21:00:43 +00:00
parent a555f9b3f0
commit 82ca25b231

@ -94,7 +94,7 @@ void MessageBegin(int msg_dest, int msg_type, const float *pOrigin, edict_t *ed)
{ {
if (msgBlocks[msg_type]) { if (msgBlocks[msg_type]) {
inblock = true; inblock = true;
mstType = msg_type; msgType = msg_type;
RETURN_META(MRES_SUPERCEDE); RETURN_META(MRES_SUPERCEDE);
} else if (msgHooks[msg_type].size()) { } else if (msgHooks[msg_type].size()) {
inhook = true; inhook = true;