aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_tech.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_tech.go')
-rw-r--r--internal/game/cmd_tech.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/cmd_tech.go b/internal/game/cmd_tech.go
index cb4c9f7..19b5425 100644
--- a/internal/game/cmd_tech.go
+++ b/internal/game/cmd_tech.go
@@ -157,7 +157,7 @@ func (g *Game) doTechList(sess *net.Session) {
if p.QuickTech != "" {
qDef := GetTechDef(p.QuickTech)
if qDef != nil {
- sess.WriteLine(fmt.Sprintf("\nQuick tech: %s", qDef.Name))
+ sess.WriteLine(fmt.Sprintf("Quick tech: %s", qDef.Name))
}
}
}