mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 04:08:03 +03:00
fixed registered impulses
This commit is contained in:
parent
ec3ade999a
commit
88e199ff10
@ -148,7 +148,8 @@ void CmdStart(const edict_t *player, const struct usercmd_s *_cmd, unsigned int
|
|||||||
RETURN_META(MRES_SUPERCEDE);
|
RETURN_META(MRES_SUPERCEDE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (res == MRES_SUPERCEDE)
|
||||||
|
g_cmd->impulse=0;
|
||||||
RETURN_META(res);
|
RETURN_META(res);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user