mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-23 15:40:43 +00:00
fix it
This commit is contained in:
parent
6860213c43
commit
c925fc2795
@ -103,7 +103,7 @@ namespace QSB.QuantumSync.WorldObjects
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (GetAttachedShapes().Any(x => x.gameObject.activeInHierarchy))
|
if (GetAttachedShapes().Any(x => x.isActiveAndEnabled))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user