fixed cmdstart bug! oops!

This commit is contained in:
David Anderson 2004-04-24 03:41:27 +00:00
parent 4549115165
commit 3b0d52c8d3

View File

@ -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) {