mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
oops
This commit is contained in:
parent
6f8d367b95
commit
5cff9e2da5
@ -14,7 +14,7 @@ public class QSBEclipseCodeController : WorldObject<EclipseCodeController4>
|
||||
public override void SendInitialState(uint to)
|
||||
{
|
||||
this.SendMessage(new InitialStateMessage(AttachedObject) { To = to });
|
||||
this.SendMessage(new UseControllerMessage(PlayerInControl.PlayerId) { To = to });
|
||||
this.SendMessage(new UseControllerMessage(PlayerInControl?.PlayerId ?? 0) { To = to });
|
||||
}
|
||||
|
||||
public override async UniTask Init(CancellationToken ct)
|
||||
|
Loading…
Reference in New Issue
Block a user