aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_clean.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_clean.go')
-rw-r--r--internal/game/cmd_clean.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/game/cmd_clean.go b/internal/game/cmd_clean.go
index 28758b8..a40f5fc 100644
--- a/internal/game/cmd_clean.go
+++ b/internal/game/cmd_clean.go
@@ -74,9 +74,9 @@ func (g *Game) doClean(sess *net.Session, input string) {
}
p.BackgroundActionState = &ActionState{Type: ActionCleaning}
- g.broadcastAction(sess, "\n%s starts cleaning herbs.", p.Name)
+ g.broadcastAction(sess, "%s starts cleaning herbs.", p.Name)
- sess.WriteLine("\nYou begin cleaning herbs.")
+ sess.WriteLine("You begin cleaning herbs.")
}
func matchesCleanFilter(item *object.ItemDef, filter string) bool {