mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-11 06:40:39 +00:00
guh
This commit is contained in:
parent
a8fba743f6
commit
62ccfd4c11
@ -299,7 +299,7 @@ namespace QSB.Syncs
|
||||
AttachedTransform.localScale = Vector3.one;
|
||||
}
|
||||
|
||||
if (UseInterpolation && AttachedTransform && ReferenceTransform)
|
||||
if (UseInterpolation && !hasAuthority && AttachedTransform && ReferenceTransform)
|
||||
{
|
||||
SmoothPosition = ReferenceTransform.ToRelPos(AttachedTransform.position);
|
||||
SmoothRotation = ReferenceTransform.ToRelRot(AttachedTransform.rotation);
|
||||
|
Loading…
x
Reference in New Issue
Block a user