Say command now works on +setrenderer sv servers.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1836 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
12a1bcb2c1
commit
da9536edf5
1 changed files with 4 additions and 1 deletions
|
@ -3286,7 +3286,10 @@ void CL_Say (qboolean team, char *extra)
|
|||
|
||||
void CL_Say_f (void)
|
||||
{
|
||||
CL_Say (false, NULL);
|
||||
if (isDedicated)
|
||||
SV_ConSay_f();
|
||||
else
|
||||
CL_Say (false, NULL);
|
||||
}
|
||||
|
||||
void CL_SayMe_f (void)
|
||||
|
|
Loading…
Reference in a new issue