diff --git a/QSB/Tools/ProbeLauncherTool/WorldObjects/QSBStationaryProbeLauncher.cs b/QSB/Tools/ProbeLauncherTool/WorldObjects/QSBStationaryProbeLauncher.cs index 23c89afe..5259757c 100644 --- a/QSB/Tools/ProbeLauncherTool/WorldObjects/QSBStationaryProbeLauncher.cs +++ b/QSB/Tools/ProbeLauncherTool/WorldObjects/QSBStationaryProbeLauncher.cs @@ -10,6 +10,7 @@ using System.Threading; namespace QSB.Tools.ProbeLauncherTool.WorldObjects; +// TODO John - i think this can be simplified, i might be able to remove the variable syncer public class QSBStationaryProbeLauncher : QSBProbeLauncher, ILinkedWorldObject { private uint _currentUser = uint.MaxValue;