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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 1 02:46:01 EDT 2009


Author: div0
Date: 2009-09-01 02:46:01 -0400 (Tue, 01 Sep 2009)
New Revision: 7575

Modified:
   trunk/data/qcsrc/server/t_teleporters.qc
Log:
fix typo


Modified: trunk/data/qcsrc/server/t_teleporters.qc
===================================================================
--- trunk/data/qcsrc/server/t_teleporters.qc	2009-09-01 06:45:20 UTC (rev 7574)
+++ trunk/data/qcsrc/server/t_teleporters.qc	2009-09-01 06:46:01 UTC (rev 7575)
@@ -79,7 +79,7 @@
 	player.velocity = to_velocity;
 	BITXOR_ASSIGN(player.effects, EF_TELEPORT_BIT);
 
-	UpdateCSQCProjectileAtferTeleport(player);
+	UpdateCSQCProjectileAfterTeleport(player);
 
 	if(player.classname == "player")
 	{



More information about the nexuiz-commits mailing list