[nexuiz-commits] r8679 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Feb 27 13:48:02 EST 2010


Author: div0
Date: 2010-02-27 13:48:02 -0500 (Sat, 27 Feb 2010)
New Revision: 8679

Modified:
   trunk/data/qcsrc/server/cl_client.qc
Log:
also force cl_prydoncursor_notrace to 0 if antilag is 3

Modified: trunk/data/qcsrc/server/cl_client.qc
===================================================================
--- trunk/data/qcsrc/server/cl_client.qc	2010-02-27 18:26:56 UTC (rev 8678)
+++ trunk/data/qcsrc/server/cl_client.qc	2010-02-27 18:48:02 UTC (rev 8679)
@@ -1293,7 +1293,7 @@
 	if(g_race || g_cts)
 		stuffcmd(e, "cl_cmd settemp cl_movecliptokeyboard 2\n");
 	if(cvar("g_antilag") == 3) // client side hitscan
-		stuffcmd(e, "cl_cmd settemp cl_prydoncursor -1\n");
+		stuffcmd(e, "cl_cmd settemp cl_prydoncursor -1\ncl_cmd settemp cl_prydoncursor_notrace 0\n");
 	/*
 	 * we no longer need to stuff this. Remove this comment block if you feel
 	 * 2.3 and higher (or was it 2.2.3?) don't need these any more



More information about the nexuiz-commits mailing list