From 54c29f6e8ae8f504e455de79ecbb1a16d0e634a1 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 10 Oct 2012 18:11:03 +0000 Subject: Added zone info parameters to the zone update network message, updated the network protocol version to 24. --- src/core/entity.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/entity.cc') diff --git a/src/core/entity.cc b/src/core/entity.cc index 7bb5278..1b879f3 100644 --- a/src/core/entity.cc +++ b/src/core/entity.cc @@ -443,7 +443,7 @@ void Entity::receive_server_create(std::istream &is) if (is >> o) { if (!o) { if (inventory()) { - con_warn << "Receive no inventory for entity " << id() << " " << label() << " with inventory!" << std::endl; + con_warn << "No inventory received for entity " << id() << " " << label() << " with inventory!" << std::endl; entity_inventory->clear(); } } else { @@ -453,7 +453,7 @@ void Entity::receive_server_create(std::istream &is) } } else { if (inventory()) { - con_warn << "Receive no inventory for entity " << id() << " " << label() << " with inventory!" << std::endl; + con_warn << "No inventory received for entity " << id() << " " << label() << " with inventory!" << std::endl; entity_inventory->clear(); } } -- cgit v1.2.3