This commit is contained in:
JohnCorby 2022-08-26 16:17:19 -07:00
parent 5f43e92d90
commit f9e374a557

View File

@ -74,7 +74,7 @@ public class QSBStationaryProbeLauncher : QSBProbeLauncher, ILinkedWorldObject<S
{
base.SendInitialState(to);
// BUG: will make host be the user and have authority instead of the actual user
// BUG: will make host be the user and have authority instead of the actual user. can probably copy paste from UseSlideProjectorMessage
this.SendMessage(new StationaryProbeLauncherMessage(_isInUse) { To = to });
}