]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix note off strings
authorRudolf Polzer <divverent@xonotic.org>
Sat, 19 Nov 2011 17:50:24 +0000 (18:50 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Sat, 19 Nov 2011 17:50:24 +0000 (18:50 +0100)
qcsrc/server/w_tuba.qc

index 355975bec9371c1388f061f5a893e33b7c756167..a02061e8b80f741a27e419a786940dc157f9b1c3 100644 (file)
@@ -125,10 +125,10 @@ void W_Tuba_NoteOff()
                        {
                                default:
                                case 0: // Tuba
-                                       bprint(strcat("\{1}\{13}* ^3", self.owner.netname, "^3 played on the @!#%%'n Tuba: ^7", s, "\n"));
+                                       bprint(strcat("\{1}\{13}* ^3", self.owner.netname, "^3 played on the @!#%'n Tuba: ^7", s, "\n"));
                                        break;
                                case 1:
-                                       bprint(strcat("\{1}\{13}* ^3", self.owner.netname, "^3 played on the @!#%%'n Accordeon: ^7", s, "\n"));
+                                       bprint(strcat("\{1}\{13}* ^3", self.owner.netname, "^3 played on the @!#%'n Accordeon: ^7", s, "\n"));
                                        break;
                        }
                }