Update NomaiOrbTransformSync.cs

This commit is contained in:
JohnCorby 2022-02-03 15:33:20 -08:00
parent 517d5187d5
commit df45c3764a

View File

@ -65,6 +65,8 @@ namespace QSB.OrbSync.TransformSync
netIdentity.UnregisterAuthQueue();
}
// this is null sometimes on here, but not on other similar transforms syncs (like anglers)
// idk why, but whatever
if (AttachedTransform)
{
var body = AttachedTransform.GetAttachedOWRigidbody();