mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-08 02:48:30 +00:00
fixed amb1284 - silly bug in client meta handler
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40598
This commit is contained in:
parent
a04f24a129
commit
50ac19a53b
@ -405,9 +405,10 @@ void ClientCommand(edict_t *pEdict, const CCommand &_cmd)
|
|||||||
if (strcmp(cmd.GetArg(0), "meta") == 0)
|
if (strcmp(cmd.GetArg(0), "meta") == 0)
|
||||||
{
|
{
|
||||||
Command_ClientMeta(pEdict, &cmd);
|
Command_ClientMeta(pEdict, &cmd);
|
||||||
|
RETURN_META(MRES_SUPERCEDE);
|
||||||
}
|
}
|
||||||
|
|
||||||
RETURN_META(MRES_SUPERCEDE);
|
RETURN_META(MRES_IGNORED);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool vcmp(const void *_addr1, const void *_addr2, size_t len)
|
bool vcmp(const void *_addr1, const void *_addr2, size_t len)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user