This commit is contained in:
Mister_Nebula 2021-04-28 16:28:02 +01:00
parent 6860213c43
commit c925fc2795

View File

@ -103,7 +103,7 @@ namespace QSB.QuantumSync.WorldObjects
{
return;
}
if (GetAttachedShapes().Any(x => x.gameObject.activeInHierarchy))
if (GetAttachedShapes().Any(x => x.isActiveAndEnabled))
{
return;
}