Removed a pretty pointless print.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1559 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c47a3ae99a
commit
83185125a9
1 changed files with 0 additions and 1 deletions
|
@ -1601,7 +1601,6 @@ void SV_UpdateToReliableMessages (void)
|
|||
{
|
||||
if (ISQWCLIENT(host_client))
|
||||
{
|
||||
Con_Printf("svc_entgravity\n");
|
||||
sp = SV_SplitClientDest(host_client, svc_entgravity, 5);
|
||||
ClientReliableWrite_Float(sp, newval/movevars.gravity); //lie to the client in a cunning way
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue