Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-08-04 18:24:36 +0000
committerStijn Buys <ingar@osirion.org>2008-08-04 18:24:36 +0000
commit50a1e2b2fe3c207c7227df4941f2f66990db0c2c (patch)
tree5c4293babed4434d81cf9284f522dd0e74482cf0 /src/core/zone.cc
parentebd5cd9daabb2d2eb6f5e06f9433cc8e6a4e0f7a (diff)
network protocol version 5, netserver per-client updates, zone change protocol
Diffstat (limited to 'src/core/zone.cc')
-rw-r--r--src/core/zone.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/zone.cc b/src/core/zone.cc
index 584f75d..a81736d 100644
--- a/src/core/zone.cc
+++ b/src/core/zone.cc
@@ -182,7 +182,6 @@ Entity *Zone::find_entity(unsigned int id)
void Zone::serialize_server_update(std::ostream & os) const
{
- os << zone_id << " ";
os << zone_label << " ";
os << "\"" << zone_name << "\" ";
os << "\"" << zone_sky << "\" ";