From 72f094e998983375dbee9f2697cbf7c9a8295204 Mon Sep 17 00:00:00 2001 From: raven Date: Sat, 21 Mar 2026 03:37:23 -0500 Subject: tweak chat colors --- server/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/chat.go b/server/chat.go index a32da17..d91ca55 100644 --- a/server/chat.go +++ b/server/chat.go @@ -55,7 +55,7 @@ func processChatMessage(message string) []classic.Packet { } packets = append(packets, packet) line.Reset() - line.WriteString("&f> &" + string([]byte{color})) + line.WriteString("&7> &" + string([]byte{color})) } return packets } -- cgit v1.2.3