r4625 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 4 14:44:07 EDT 2008


Author: div0
Date: 2008-10-04 14:44:07 -0400 (Sat, 04 Oct 2008)
New Revision: 4625

Modified:
   trunk/data/qcsrc/client/sbar.qc
Log:
fix wrong observe message


Modified: trunk/data/qcsrc/client/sbar.qc
===================================================================
--- trunk/data/qcsrc/client/sbar.qc	2008-10-04 18:23:26 UTC (rev 4624)
+++ trunk/data/qcsrc/client/sbar.qc	2008-10-04 18:44:07 UTC (rev 4625)
@@ -1363,7 +1363,7 @@
 		if(spectatee_status == -1)
 			s = strcat("^1Use ^3", getcommandkey("next weapon", "weapnext"), "^1 or ^3", getcommandkey("previous weapon", "weapprev"), "^1 to change the speed");
 		else
-			s = strcat("^1Press ^3", getcommandkey("secondary fire", "+altattack"), getcommandkey("", "weapprev"), "^1 to observe");
+			s = strcat("^1Press ^3", getcommandkey("secondary fire", "+attack2"), "^1 to observe");
 		o = Sbar_DrawNoteLine(o, s);
 
 		if(gametype == GAME_ARENA)




More information about the nexuiz-commits mailing list