mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 20:56:14 +00:00
something
This commit is contained in:
parent
46c5e6f533
commit
c85785f29c
1 changed files with 1 additions and 1 deletions
|
|
@ -2564,7 +2564,7 @@ void CL_RemovePlayer(INT32 playernum, INT32 reason)
|
|||
if (playernum == displayplayer && !demoplayback)
|
||||
displayplayer = consoleplayer; // don't look through someone's view who isn't there
|
||||
else
|
||||
G_ResetViews();
|
||||
G_ResetViews(0);
|
||||
|
||||
#ifdef HAVE_BLUA
|
||||
LUA_InvalidatePlayer(&players[playernum]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue