mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-06 00:39:55 +00:00
RaftTransformSync: remove DebugLog
This commit is contained in:
parent
509d1429d4
commit
5a4c6227fe
@ -62,9 +62,6 @@ public class RaftTransformSync : UnsectoredRigidbodySync
|
||||
private void OnUnsuspend(OWRigidbody suspendedBody) => netIdentity.UpdateAuthQueue(AuthQueueAction.Add);
|
||||
private void OnSuspend(OWRigidbody suspendedBody) => netIdentity.UpdateAuthQueue(AuthQueueAction.Remove);
|
||||
|
||||
public override void OnStartAuthority() => DebugLog.DebugWrite($"{this} - authority = true");
|
||||
public override void OnStopAuthority() => DebugLog.DebugWrite($"{this} - authority = false");
|
||||
|
||||
/// <summary>
|
||||
/// replacement for base method
|
||||
/// using SetPos/Rot instead of Move
|
||||
|
Loading…
x
Reference in New Issue
Block a user