Replays: let G_IsPartyLocal work

This commit is contained in:
James R 2024-03-12 06:41:31 -07:00
parent ed4c4d8363
commit 5caa30d8d8

View file

@ -101,7 +101,7 @@ public:
bool local() const
{
// consoleplayer is not valid yet.
if (!addedtogame)
if (!addedtogame && !demo.playback)
{
return false;
}