mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
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:
commit
db24665856
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue