mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-16 17:01:44 +00:00
Got rid of an annoying printf, added a #warning instead.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2774 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
2f22a2b1cf
commit
9815dec585
1 changed files with 4 additions and 1 deletions
|
@ -670,7 +670,10 @@ int SV_SayToUpstream(sv_t *qtv, char *message)
|
|||
|
||||
if (!qtv->upstreamacceptschat)
|
||||
{
|
||||
Sys_Printf(qtv->cluster, "not forwarding say\n");
|
||||
#ifndef _MSC_VER
|
||||
#warning This is incomplete!
|
||||
#endif
|
||||
//Sys_Printf(qtv->cluster, "not forwarding say\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue