]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/w_hlac.qc
fix the prevtopspeed handling of multijump
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / w_hlac.qc
index 88990de62821685de13d1ce24ca0decad035ac23..9abb8a7a0200f76e63a5ecbe6b2ddeb2d19e7652 100644 (file)
@@ -226,9 +226,9 @@ float w_hlac(float req)
                precache_sound("weapons/laserimpact.wav");
        }
        else if (req == WR_SUICIDEMESSAGE)
-               w_deathtypestring = "should have used a smaller gun";
+               w_deathtypestring = "%s should have used a smaller gun";
        else if (req == WR_KILLMESSAGE)
-               w_deathtypestring = "was cut down by";
+               w_deathtypestring = "%s was cut down by %s";
        return TRUE;
 }
 #endif