From: Rudolf Polzer <divVerent@xonotic.org>
Date: Wed, 5 Oct 2011 13:53:08 +0000 (+0200)
Subject: if impactfilter found something, output more spam ;)
X-Git-Tag: xonotic-v0.6.0~40^2~93
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=708cdfbb82cd9a83e5e83458854780343c2523f1;p=xonotic%2Fxonotic-data.pk3dir.git

if impactfilter found something, output more spam ;)
---

diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc
index 63e3e712a..9f2ba3abd 100644
--- a/qcsrc/warpzonelib/server.qc
+++ b/qcsrc/warpzonelib/server.qc
@@ -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);