aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_inventory.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_inventory.go')
-rw-r--r--internal/game/cmd_inventory.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/game/cmd_inventory.go b/internal/game/cmd_inventory.go
index 5024642..b7b52ed 100644
--- a/internal/game/cmd_inventory.go
+++ b/internal/game/cmd_inventory.go
@@ -12,7 +12,6 @@ func (g *Game) executeInventory(sess *net.Session, args []string, rawInput strin
func (g *Game) doInventory(sess *net.Session) {
p := sess.Player
- sess.WriteLine("")
sess.WriteLine(fmt.Sprintf("Inventory (%d free):", p.FreeSlots()))
num := 0