Merge pull request #414 from misternebula/fuck

bruh momentum
This commit is contained in:
_nebula 2021-12-12 14:42:51 +00:00 committed by GitHub
commit 1c050e07db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,11 @@ namespace QSB.TornadoSync.TransformSync
private void QueueMove(OWRigidbody child)
{
if (!child)
{
return; // wtf
}
if (child.transform.parent != null)
{
// it's parented to AttachedObject or one of its children