We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533f2c commit 66c7824Copy full SHA for 66c7824
Client/mods/deathmatch/logic/CPacketHandler.cpp
@@ -4135,7 +4135,7 @@ void CPacketHandler::Packet_EntityAdd(NetBitStreamInterface& bitStream)
4135
pTempEntity->SetParent(pParent);
4136
}
4137
4138
- if (TempAttachedToID != INVALID_ELEMENT_ID && pTempEntity->GetType() != CCLIENTPLAYER)
+ if (TempAttachedToID != INVALID_ELEMENT_ID)
4139
{
4140
CClientEntity* pAttachedToEntity = CElementIDs::GetElement(TempAttachedToID);
4141
if (pAttachedToEntity)
0 commit comments