QSBSlideProjector: me very smart

This commit is contained in:
JohnCorby 2022-03-04 02:57:31 -08:00
parent a373d212bb
commit 8318127c1d

View File

@ -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