From c706b919da0df4599aeda811255fb9f50a03ee69 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 29 Jul 2008 20:27:34 +0000 Subject: the server shouldn't autolevel you unasked --- src/core/entity.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') 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 -- cgit v1.2.3