diff --git a/dlls/engine/meta_api.cpp b/dlls/engine/meta_api.cpp index 5c1906f3..2aee5ffa 100755 --- a/dlls/engine/meta_api.cpp +++ b/dlls/engine/meta_api.cpp @@ -3208,6 +3208,7 @@ void CmdStart(const edict_t *player, const struct usercmd_s *_cmd, unsigned int result = MRES_SUPERCEDE; } } + RETURN_META(result); } void WriteByte(int iValue) {