From: Rudolf Polzer Date: Sat, 19 Nov 2011 17:50:24 +0000 (+0100) Subject: fix note off strings X-Git-Tag: xonotic-v0.6.0~35^2~42 X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;h=9013d25f0e421d71ea120d745a0049a121b2940b;p=xonotic%2Fxonotic-data.pk3dir.git fix note off strings --- diff --git a/qcsrc/server/w_tuba.qc b/qcsrc/server/w_tuba.qc index 355975bec..a02061e8b 100644 --- a/qcsrc/server/w_tuba.qc +++ b/qcsrc/server/w_tuba.qc @@ -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; } }