aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_aps.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_aps.go')
-rw-r--r--internal/game/cmd_aps.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_aps.go b/internal/game/cmd_aps.go
index 5e209a6..a5cff78 100644
--- a/internal/game/cmd_aps.go
+++ b/internal/game/cmd_aps.go
@@ -148,7 +148,7 @@ func displayApsNodes(g *Game, sess *net.Session, p *player.Player, known []int)
Rows: rows,
}
- for _, line := range t.Render(p.OptionBool("unicode")) {
+ for _, line := range t.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) {
sess.WriteLine(line)
}
}