X-Git-Url: http://de.git.xonotic.org/?p=voretournament%2Fvoretournament.git;a=blobdiff_plain;f=data%2Fqcsrc%2Fclient%2Fsbar.qc;h=746861aab913bbf75ddfc25fbd1053c235a27931;hp=6bd11539a687c32c7ff70d79d2b85649796322b6;hb=14364ac9058be0fc1520288c1660e099c775b7f9;hpb=313b25128d1ba1e801afb299059c9672cad695fc diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 6bd11539..746861aa 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -3080,7 +3080,7 @@ void Sbar_Draw (void) if(getstati(STAT_VORE_CANLEAVE)) if not(spectatee_status) // this message doesn't address spectated players { - s = strcat("^7Press ^3", getcommandkey("secondary fire", "+attack2"), " ^7to exit"); + s = strcat("^7Press ^3", getcommandkey("jump", "+jump"), " ^7to exit"); pos_x = bottom_x - stringwidth(s, TRUE, '0 0 0') * 16 / 2; pos_y = bottom_y - 120; drawcolorcodedstring(pos, s, '16 16 0', sbar_alpha_fg, DRAWFLAG_NORMAL);