*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@591 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-08 08:10:18 +00:00
parent 195818f56d
commit 82f40721e3
1 changed files with 2 additions and 2 deletions

View File

@ -782,9 +782,9 @@ void M_SListKey(int key)
return; //ah. off the end.
if (key == 's')
Cbuf_AddText("spectator 1\n");
Cbuf_AddText("spectator 1\n", RESTRICT_LOCAL);
else if (key == 'j')
Cbuf_AddText("spectator 0\n");
Cbuf_AddText("spectator 0\n", RESTRICT_LOCAL);
if (server->special & SS_NETQUAKE)
Cbuf_AddText(va("nqconnect %s\n", NET_AdrToString(server->adr)), RESTRICT_LOCAL);