mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
commit
1c050e07db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user