mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Allow viewing enemy team in replays
This commit is contained in:
parent
da2a1dfd77
commit
ea7a7ea7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1556,7 +1556,7 @@ boolean G_CouldView(INT32 playernum)
|
|||
return false;
|
||||
|
||||
// SRB2Kart: we have no team-based modes, YET...
|
||||
if (G_GametypeHasTeams())
|
||||
if (G_GametypeHasTeams() && !demo.playback)
|
||||
{
|
||||
if (players[consoleplayer].spectator == false && player->team != players[consoleplayer].team)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue