QSBProbeLauncher

This commit is contained in:
JohnCorby 2022-01-25 21:26:10 -08:00
parent e4a30c459a
commit 4ef103c1ab

View File

@ -19,7 +19,7 @@ namespace QSB.Tools.ProbeLauncherTool.WorldObjects
{
if (AttachedObject._preLaunchProbeProxy.activeSelf)
{
this.SendMessage(new RetrieveProbeMessage(true));
this.SendMessage(new RetrieveProbeMessage(false));
}
else
{