From b6fdde0aa6fcefd735e7c550aaa7fca879023f1c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Mon, 15 Jun 2026 00:03:55 -0400 Subject: feat: unicode option, fixed up options and tables --- internal/game/cmd_map.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/game/cmd_map.go') diff --git a/internal/game/cmd_map.go b/internal/game/cmd_map.go index e0413d3..f4ec11c 100644 --- a/internal/game/cmd_map.go +++ b/internal/game/cmd_map.go @@ -16,7 +16,7 @@ func (g *Game) doMap(sess *net.Session) { mapHeight = 5 } - lines := buildFullMap(g, p.RoomID, mapWidth, mapHeight) + lines := buildFullMap(g, p.RoomID, mapWidth, mapHeight, mapGlyphsForPlayer(p.OptionBool("unicode"))) mode := p.OptionString("mappadding") if mode == "none" || mode == "x" { -- cgit v1.2.3