Fix ghosts being able to play instruments to themselves (#1611)

This commit is contained in:
DrSmugleaf
2020-08-07 22:30:48 +02:00
committed by GitHub
parent ce02bf1ca1
commit 228702c9e1

View File

@@ -302,6 +302,7 @@ namespace Content.Server.GameObjects.Components.Instruments
{ {
InstrumentPlayer = null; InstrumentPlayer = null;
Clean(); Clean();
_userInterface.CloseAll();
} }
if ((_batchesDropped >= MaxMidiBatchDropped if ((_batchesDropped >= MaxMidiBatchDropped