diff options
| author | historia <[not public]> | 2026-06-29 04:41:40 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 04:41:40 -0400 |
| commit | 71ce47ca37566be8dc390434df4cd01422298094 (patch) | |
| tree | c688dc5ff84af8c03a5c825dd6a3926281a8cae3 /internal/game/cmd_color.go | |
| parent | 0fe67cfd5def4ac3e919fd611fe5acc55ca2d253 (diff) | |
| download | thehouseoficarus-71ce47ca37566be8dc390434df4cd01422298094.tar.gz | |
fix: long fields truncated better in tables
Diffstat (limited to 'internal/game/cmd_color.go')
| -rw-r--r-- | internal/game/cmd_color.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_color.go b/internal/game/cmd_color.go index fd9fa55..f7041df 100644 --- a/internal/game/cmd_color.go +++ b/internal/game/cmd_color.go @@ -166,6 +166,7 @@ var colorCategoryOrder = []string{ "map_at", "map_blocked", + "safespot_alert", } func showColorTable(g *Game, sess *net.Session) { |
