Merge branch 'print-correct-view' into 'master'

Print the correct player for the view command

See merge request KartKrew/Kart-Public!141
This commit is contained in:
Sryder 2019-06-19 16:58:11 -04:00
commit db24665856

View file

@ -2040,7 +2040,7 @@ static void Command_View_f(void)
return;
}
displayplayerp = &displayplayers[viewnum];
displayplayerp = &displayplayers[viewnum-1];
if (COM_Argc() > 1)/* switch to player */
{