From 89e8745366b41679e37a0b13062e671f0daa1231 Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Thu, 13 Dec 2012 18:29:31 -0500 Subject: [PATCH] Fix format specifications --- qcsrc/common/notifications.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/common/notifications.qc b/qcsrc/common/notifications.qc index 59f30caae..2438de92a 100644 --- a/qcsrc/common/notifications.qc +++ b/qcsrc/common/notifications.qc @@ -115,8 +115,8 @@ float Form_Score_Pos(entity player) MSG_WEAPON: MSG_DEATH: name: VAR: Name of chaining notification - infoname: VAR: Name of centerprint notification for reference - centername: VAR: Name of info notification for reference + infoname: VAR: Name of info notification for reference + centername: VAR: Name of centerprint notification for reference Messages with ^F1, ^BG, ^TC, etc etc in them will replace those strings with colors according to the cvars the user has chosen. This allows for -- 2.39.2