]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/announcer.qc
try to fix vehicle chase cam (untested)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / announcer.qc
index c1f023d6b4a239fefb2d13e85f63753f5b26344d..3e109e78052036fd77f33f88b5138e12844f4418 100644 (file)
@@ -163,11 +163,11 @@ void carrierAnnouncer() {
        {
                if (pickup) {
                        if (autocvar_cl_notify_carried_items & 2)
-                               centerprint(sprintf(_("You picked up the %s!"), item));
+                               centerprint_hud(sprintf(_("You picked up the %s!"), item));
                }
                else {
                        if (autocvar_cl_notify_carried_items & 1)
-                               centerprint(sprintf(_("You got the %s!"), item));
+                               centerprint_hud(sprintf(_("You got the %s!"), item));
                }
        }