make dedicated servers build again.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1342 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-09-17 17:05:21 +00:00
parent a17335870b
commit 01d92fdaf2
1 changed files with 3 additions and 0 deletions

View File

@ -1673,10 +1673,13 @@ void Cmd_ExecuteString (char *text, int level)
{
int i;
int execlevel;
#ifndef SERVERONLY //an emergency escape mechansim, to avoid infinatly recursing aliases.
extern qboolean keydown[];
if (keydown[K_SHIFT] && keydown[K_CTRL] && keydown[K_ALT])
return;
#endif
if ((a->restriction?a->restriction:rcon_level.value) > level)
{