From 85e1a09b301135f2edb47587ae56a1e16c0d2525 Mon Sep 17 00:00:00 2001 From: div0 Date: Sat, 4 Oct 2008 18:44:07 +0000 Subject: [PATCH] fix wrong observe message git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4625 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/client/sbar.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index ba192f303..11f1c4119 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -1363,7 +1363,7 @@ void Sbar_Draw (void) 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) -- 2.39.2