mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-25 06:35:45 +00:00
fix parent inconsistency check
This commit is contained in:
parent
ab2c33d628
commit
4871992116
@ -223,7 +223,7 @@ namespace QSB.Syncs.TransformSync
|
||||
return;
|
||||
}
|
||||
|
||||
if (AttachedObject.transform.parent != ReferenceTransform)
|
||||
if (AttachedObject.transform.parent != ReferenceTransform && !HasAuthority)
|
||||
{
|
||||
DebugLog.ToConsole($"Warning - For {_logName}, AttachedObject's ({AttachedObject.name}) parent is not the same as ReferenceTransform! " +
|
||||
$"({AttachedObject.transform.parent} v {ReferenceTransform.name})" +
|
||||
|
Loading…
x
Reference in New Issue
Block a user