aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_mods.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_mods.go')
-rw-r--r--internal/game/cmd_mods.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_mods.go b/internal/game/cmd_mods.go
index 4f3f9ff..9468e89 100644
--- a/internal/game/cmd_mods.go
+++ b/internal/game/cmd_mods.go
@@ -92,7 +92,7 @@ func (g *Game) doMods(sess *net.Session, showAll bool) {
}
}
- for _, line := range t.Render(p.OptionBool("unicode")) {
+ for _, line := range t.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) {
sess.WriteLine(line)
}
sess.WriteLine("")