]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
log when info_autoscreenshot was used
authorRudolf Polzer <divverent@alientrap.org>
Mon, 16 Jan 2012 14:48:38 +0000 (15:48 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 16 Jan 2012 14:48:38 +0000 (15:48 +0100)
qcsrc/server/cheats.qc

index a5f3d40886d5349a31ca870339b7b7e9b7dce322..51cbbcec3d61515869e949599660721cdbd7417e 100644 (file)
@@ -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);