From: Rudolf Polzer Date: Mon, 16 Jan 2012 14:48:38 +0000 (+0100) Subject: log when info_autoscreenshot was used X-Git-Tag: xonotic-v0.6.0~157^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d17b4521d97fb0b19b53758cda13e8d413ead4fc;p=xonotic%2Fxonotic-data.pk3dir.git log when info_autoscreenshot was used --- diff --git a/qcsrc/server/cheats.qc b/qcsrc/server/cheats.qc index a5f3d4088..51cbbcec3 100644 --- a/qcsrc/server/cheats.qc +++ b/qcsrc/server/cheats.qc @@ -224,6 +224,7 @@ float CheatImpulse(float i) e = find(world, classname, "info_autoscreenshot"); if(e) { + sprint(self, "Emergency teleport uses info_autoscreenshot location\n"); setorigin(self, e.origin); self.angles = e.angles; remove(e);