Write the unset color as hex literal

Easier for me to grep for it when needed.
This commit is contained in:
jordi fita mas 2023-10-14 22:09:37 +02:00
parent 27af39b296
commit e1575c6edd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import (
"dev.tandem.ws/tandem/camper/pkg/uuid" "dev.tandem.ws/tandem/camper/pkg/uuid"
) )
const unsetColor = 13750495 const unsetColor = 0xd1d0df
type AdminHandler struct { type AdminHandler struct {
locales locale.Locales locales locale.Locales