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.
EliteAPI
1 parent 5d515a5 commit f474d48Copy full SHA for f474d48
1 file changed
EliteVA/Logging/VoiceAttackLog.cs
@@ -16,7 +16,7 @@ internal VoiceAttackLog(dynamic proxy)
16
/// <param name="color">The log color</param>
17
public void Write(string content, VoiceAttackColor color)
18
{
19
- _proxy.WriteToLog(content, color.ToString());
+ _proxy.WriteToLog($"EliteAPI: {content}", color.ToString());
20
}
21
22
/// <summary>
0 commit comments