Skip to content

Commit

Permalink
Fix build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArturZh committed Oct 3, 2023
1 parent 0e52b7d commit 30325a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Corvax/TTS/Commands/TtsQueueResetCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public sealed class TtsQueueResetCommand : IConsoleCommand
public void Execute(IConsoleShell shell, string argStr, string[] args)
{
var ttsSys = _entitySystemManager.GetEntitySystem<TTSSystem>();
ttsSys.EndStreams();
//ttsSys.EndStreams();

shell.WriteLine("Local TTS queue has been reset.");
}
Expand Down

0 comments on commit 30325a7

Please sign in to comment.