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-07-29 20:27:34 +0000
committerStijn Buys <ingar@osirion.org>2008-07-29 20:27:34 +0000
commitc706b919da0df4599aeda811255fb9f50a03ee69 (patch)
tree531cdb66914660b3f7e9d534b9b92477544594af /src/core/entity.cc
parentceedc716cb0fe1e0360d2dd9e37a67ff726c4f0b (diff)
the server shouldn't autolevel you unasked
Diffstat (limited to 'src/core/entity.cc')
-rw-r--r--src/core/entity.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/entity.cc b/src/core/entity.cc
index d23959f..98fef0e 100644
--- a/src/core/entity.cc
+++ b/src/core/entity.cc
@@ -392,7 +392,7 @@ void EntityControlable::receive_client_update(std::istream &is)
if (b)
entity_autolevel = true;
else
- entity_autolevel = true;
+ entity_autolevel = false;
}
void EntityControlable::serialize_server_update(std::ostream & os) const