Fix stupid bug resulting in crashes when loading saved games, reported by TwinBeast.

This commit is contained in:
Shpoike 2023-06-29 00:16:45 +01:00
parent 4894a3b77e
commit 0fb35f3d01
1 changed files with 1 additions and 1 deletions

View File

@ -2860,7 +2860,7 @@ void SV_DoDirectConnect(svconnectinfo_t *fte_restrict info)
if (newcl)
{ //client is reprising a loaded slot.
if (cl->istobeloaded)
if (newcl->istobeloaded)
{
SV_BroadcastTPrintf(PRINT_HIGH, "%s reprises %s\n", name, newcl->name);
Con_DPrintf("%s:Using loadzombie\n", svs.name);