Skip to content

Commit f474d48

Browse files
committed
♿️ prefix voiceattack logs with EliteAPI
semver: patch
1 parent 5d515a5 commit f474d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

EliteVA/Logging/VoiceAttackLog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ internal VoiceAttackLog(dynamic proxy)
1616
/// <param name="color">The log color</param>
1717
public void Write(string content, VoiceAttackColor color)
1818
{
19-
_proxy.WriteToLog(content, color.ToString());
19+
_proxy.WriteToLog($"EliteAPI: {content}", color.ToString());
2020
}
2121

2222
/// <summary>

0 commit comments

Comments
 (0)