]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
if impactfilter found something, output more spam ;)
authorRudolf Polzer <divVerent@xonotic.org>
Wed, 5 Oct 2011 13:53:08 +0000 (15:53 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Wed, 5 Oct 2011 13:53:08 +0000 (15:53 +0200)
qcsrc/warpzonelib/server.qc

index 63e3e712ab84fade91945a62dc4bcd1ff0b63c9f..9f2ba3abd26a3289f76432dec1679dee4bcdea34 100644 (file)
@@ -326,6 +326,8 @@ float WarpZone_CheckProjectileImpact(entity player)
                return 0;
 
        print("impactfilter found something - and it even gets handled correctly - please tell divVerent that this code apparently gets triggered again\n");
+       print("Entity type: ", player.classname, "\n");
+       print("Velocity: ", vtos(player.velocity), "\n");
 
        // retry previous move
        setorigin(player, player.warpzone_oldorigin);