Skip to content

Commit 0d4b507

Browse files
committed
networking: try yet again something
1 parent 8663757 commit 0d4b507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/modules/networking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ struct EntityTransmitCache // Well.... Still kinda acts as a tick-based cache, t
10581058
if (pEnt->edict() != pEdict)
10591059
Warning(PROJECT_NAME " - networking: Entity cache is unreliable! We are cooked!\n");
10601060

1061-
if (nFlags & FL_EDICT_FULLCHECK)
1061+
if (nFlags == FL_EDICT_FULLCHECK)
10621062
{
10631063
pFullEntityList[++nFullEdictCount] = pEnt;
10641064
pFullTransmitBits.Set(iEdict);

0 commit comments

Comments
 (0)