We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b941735 commit b858e73Copy full SHA for b858e73
1 file changed
EliteVA/EliteVA.cs
@@ -103,6 +103,10 @@ public override async Task OnStart(IVoiceAttackProxy proxy)
103
}
104
105
proxy.Log.Write($"Applied {settings.Count} audio settings", VoiceAttackColor.Blue);
106
+
107
+ var command = "((EliteAPI.AudioChanged))";
108
+ if (proxy.Commands.Exists(command))
109
+ proxy.Commands.Invoke(command);
110
});
111
112
// json event
0 commit comments