[nexuiz-commits] r7886 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 23 16:13:13 EDT 2009


Author: div0
Date: 2009-09-23 16:13:12 -0400 (Wed, 23 Sep 2009)
New Revision: 7886

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
anti-triggerbot using DP console output :P


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-09-23 12:41:53 UTC (rev 7885)
+++ trunk/data/qcsrc/client/View.qc	2009-09-23 20:13:12 UTC (rev 7886)
@@ -718,6 +718,11 @@
 		cvar_set("vid_conwidth", w0);
 		cvar_set("vid_conheight", h0);
 	}
+
+	// be safe against triggerbots until everyone has the fixed engine
+	// this call is meant to overwrite the trace globals by something
+	// unsuspicious
+	traceline('0 0 0', '0 0 0', MOVE_WORLDONLY, world);
 }
 
 void Sbar_Draw();



More information about the nexuiz-commits mailing list