mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-04 03:39:55 +00:00
fix parent inconsistency check
This commit is contained in:
parent
ab2c33d628
commit
4871992116
@ -223,7 +223,7 @@ namespace QSB.Syncs.TransformSync
|
|||||||
return;
|
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! " +
|
DebugLog.ToConsole($"Warning - For {_logName}, AttachedObject's ({AttachedObject.name}) parent is not the same as ReferenceTransform! " +
|
||||||
$"({AttachedObject.transform.parent} v {ReferenceTransform.name})" +
|
$"({AttachedObject.transform.parent} v {ReferenceTransform.name})" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user