aboutsummaryrefslogtreecommitdiff
path: root/internal/game/action_use.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/action_use.go')
-rw-r--r--internal/game/action_use.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/action_use.go b/internal/game/action_use.go
index b4c4b25..0c7d45c 100644
--- a/internal/game/action_use.go
+++ b/internal/game/action_use.go
@@ -46,7 +46,7 @@ func (g *Game) startUse(sess *net.Session, p *player.Player, obj *object.ObjectD
Data: map[string]any{"step": 0, "use_cfg": cfg},
}
- sess.WriteLine(fmt.Sprintf("\n%s", cfg.Message))
+ sess.WriteLine(fmt.Sprintf("%s", cfg.Message))
}
func (g *Game) advanceUse(sess *net.Session, p *player.Player) {