mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-03 17:38:30 +00:00
commit
1c050e07db
@ -154,6 +154,11 @@ namespace QSB.TornadoSync.TransformSync
|
|||||||
|
|
||||||
private void QueueMove(OWRigidbody child)
|
private void QueueMove(OWRigidbody child)
|
||||||
{
|
{
|
||||||
|
if (!child)
|
||||||
|
{
|
||||||
|
return; // wtf
|
||||||
|
}
|
||||||
|
|
||||||
if (child.transform.parent != null)
|
if (child.transform.parent != null)
|
||||||
{
|
{
|
||||||
// it's parented to AttachedObject or one of its children
|
// it's parented to AttachedObject or one of its children
|
||||||
|
Loading…
Reference in New Issue
Block a user