]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/item_key.qc
Notifications: strong references
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / item_key.qc
index 5ab3c8df22626eceb373246a94621684bb2e3ea7..d1e1f32e429e53bb7c3a1d534860d00896e6ecdd 100644 (file)
@@ -239,7 +239,7 @@ spawnfunc(item_key)
                self.message = strzone(strcat("You've picked up the ", self.netname, "!"));
 
        if (self.noise == "")
-               self.noise = SND(ITEMPICKUP);
+               self.noise = strzone(SND(ITEMPICKUP));
 
        // save the name for later
        item_keys_names[lowestbit(self.itemkeys)] = self.netname;