diff options
| author | raven <citrons@mondecitronne.com> | 2026-03-21 03:37:23 -0500 |
|---|---|---|
| committer | raven <citrons@mondecitronne.com> | 2026-03-21 03:37:23 -0500 |
| commit | 72f094e998983375dbee9f2697cbf7c9a8295204 (patch) | |
| tree | df720ae0c66be7e63db1827a6b07e09c49bc9ac2 /server/chat.go | |
| parent | 6b20fd455a337d28f9847f87fc91177474356986 (diff) | |
tweak chat colors
Diffstat (limited to 'server/chat.go')
| -rw-r--r-- | server/chat.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
