mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-07 13:05:41 +00:00
QSBSlideProjector: me very smart
This commit is contained in:
parent
a373d212bb
commit
8318127c1d
@ -10,7 +10,7 @@ public class QSBSlideProjector : WorldObject<SlideProjector>
|
||||
private uint _user;
|
||||
|
||||
public override void SendInitialState(uint to) =>
|
||||
new UseSlideProjectorMessage(_user) { To = to }.Send();
|
||||
this.SendMessage(new UseSlideProjectorMessage(_user) { To = to });
|
||||
|
||||
/// <summary>
|
||||
/// called both locally and remotely
|
||||
|
Loading…
Reference in New Issue
Block a user