Skip to content

Commit b525c57

Browse files
authored
fix spawn key info #577
1 parent 9ebe3ec commit b525c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/hud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ namespace hud
16471647
pushfont("little");
16481648
if(!client::demoplayback)
16491649
{
1650-
ty += draw_textf("Press \fs\fw\f{=1:spectator 0}\fS to join the game", tx, ty, int(FONTW*noticepadx), int(FONTH*noticepady), tr, tg, tb, tf, TEXT_CENTERED, -1, tw, 1);
1650+
ty += draw_textf("Press \fs\fw\f{=1:spectate 0}\fS to join the game", tx, ty, int(FONTW*noticepadx), int(FONTH*noticepady), tr, tg, tb, tf, TEXT_CENTERED, -1, tw, 1);
16511651
if(m_play(game::gamemode) && m_team(game::gamemode, game::mutators) && shownotices >= 2)
16521652
ty += draw_textf("Press \fs\fw\f{=1:showgui team}\fS to join a team", tx, ty, int(FONTW*noticepadx), int(FONTH*noticepady), tr, tg, tb, tf, TEXT_CENTERED, -1, tw, 1);
16531653
}

0 commit comments

Comments
 (0)