This commit is contained in:
JohnCorby 2021-12-12 06:38:08 -08:00
parent 27d30aede9
commit 3674341daf

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