This commit is contained in:
Mister_Nebula 2021-07-29 23:55:37 +01:00
parent 12dcad43e4
commit c7ce1817a4
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
using QSB.Events;
using QSB.Messaging;
using QSB.Player;
using QSB.Utility;
namespace QSB.Tools.ProbeLauncherTool.Events
{

View File

@ -24,6 +24,7 @@ namespace QSB.Tools.ProbeLauncherTool
// TODO : make this do underwater stuff correctly
Effects.PlayLaunchClip(false);
// TODO : this plays particles on everyone's launcher...
Effects.PlayLaunchParticles(false);
}
}