Better PrintChat
This commit is contained in:
@@ -151,7 +151,7 @@ public class CommandHandler : IDisposable
|
|||||||
|
|
||||||
private static void PrintChat(string message)
|
private static void PrintChat(string message)
|
||||||
{
|
{
|
||||||
Services.ChatGui.Print($"[AetherBags] {message}");
|
Services.ChatGui.Print(message, "AetherBags");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|||||||
Reference in New Issue
Block a user