mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-26 09:35:26 +00:00
Merge pull request #286 from misternebula/fix-quantum-objects
fix quantum authority stuff
This commit is contained in:
commit
2e5f5f37ed
@ -103,7 +103,7 @@ namespace QSB.QuantumSync.WorldObjects
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (GetAttachedShapes().Any(x => x.gameObject.activeInHierarchy))
|
||||
if (GetAttachedShapes().Any(x => x.isActiveAndEnabled))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user