summaryrefslogtreecommitdiff
path: root/server/chat.go
diff options
context:
space:
mode:
Diffstat (limited to 'server/chat.go')
-rw-r--r--server/chat.go2
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
}