summaryrefslogtreecommitdiff
path: root/src/room.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/room.rs')
-rw-r--r--src/room.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/room.rs b/src/room.rs
index 56fe2e6..6100ce1 100644
--- a/src/room.rs
+++ b/src/room.rs
@@ -255,9 +255,7 @@ impl <'a, 'b>Room<'a, 'b> {
player.id.clone(),
self.id.clone(),
inventory.items.iter().map(|entry| (entry.itemid.clone(), entry.is_equipped)).collect(),
- inventory.capacity,
health.health,
- health.maxhealth
))
}