diff options
Diffstat (limited to 'internal/game/cmd_tech.go')
| -rw-r--r-- | internal/game/cmd_tech.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_tech.go b/internal/game/cmd_tech.go index 8c6f14f..cb0465f 100644 --- a/internal/game/cmd_tech.go +++ b/internal/game/cmd_tech.go @@ -150,7 +150,7 @@ func (g *Game) doTechList(sess *net.Session) { }) } - for _, line := range t.Render(p.OptionBool("unicode")) { + for _, line := range t.Render(p.OptionBool("unicode"), p.OptionInt("wrap_width")) { sess.WriteLine(line) } |
