mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
*** 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:
parent
195818f56d
commit
82f40721e3
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue