Revert "client projectile origin tweak"

This commit is contained in:
Brian Roberts 2026-04-01 16:06:43 -05:00 committed by GitHub
parent 63f5944e30
commit 6c94836654
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -873,11 +873,8 @@ bool Projectile::onAdd()
}
}
if (mSourceObject.isValid())
{
processAfter(mSourceObject);
if (isClientObject())
mSourceObject->getRenderMuzzlePoint(mSourceObjectSlot, &mCurrPosition);
}
// Setup our bounding box
if (bool(mDataBlock->getProjectileShape()) == true)
mObjBox = mDataBlock->getProjectileShape()->mBounds;