aboutsummaryrefslogtreecommitdiff
path: root/internal/net/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/net/server.go')
-rw-r--r--internal/net/server.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/net/server.go b/internal/net/server.go
index 084641f..d909cc2 100644
--- a/internal/net/server.go
+++ b/internal/net/server.go
@@ -47,6 +47,7 @@ type AccountEntry struct {
PasswordHash string
Characters []string
Aliases map[string]string
+ Colors map[string]string
}
type Server struct {