Better PrintChat

This commit is contained in:
Zeffuro
2026-01-08 06:42:45 +01:00
parent 9a188514d8
commit ac3b802799
+1 -1
View File
@@ -151,7 +151,7 @@ public class CommandHandler : IDisposable
private static void PrintChat(string message)
{
Services.ChatGui.Print($"[AetherBags] {message}");
Services.ChatGui.Print(message, "AetherBags");
}
public void Dispose()