--- deliantra/server/common/item.C 2008/04/25 11:40:34 1.49 +++ deliantra/server/common/item.C 2008/04/30 05:06:36 1.50 @@ -1388,7 +1388,8 @@ /* If the object is on a map, make sure we update its face */ if (op->map) update_object (op, UP_OBJ_CHANGE); - else if (object *pl = op->visible_to ()) + + if (object *pl = op->visible_to ()) /* A lot of the values can change from an update - might as well send * it all. */