mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-18 19:41:29 +00:00
Only do replay save btn for machine-local players
This commit is contained in:
parent
3386c70f9c
commit
fb3beef84c
1 changed files with 1 additions and 1 deletions
|
|
@ -1320,7 +1320,7 @@ void P_DoPlayerExit(player_t *player, pflags_t flags)
|
|||
}
|
||||
}
|
||||
|
||||
if (!demo.savebutton && P_IsLocalPlayer(player))
|
||||
if (!demo.savebutton && P_IsMachineLocalPlayer(player))
|
||||
demo.savebutton = leveltime;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue