--- deliantra/server/socket/request.C 2006/12/30 10:16:11 1.55 +++ deliantra/server/socket/request.C 2007/01/01 12:28:47 1.56 @@ -1720,6 +1720,8 @@ } else if (d > 3) { + m->touch (); + int need_send = 0, count; /* This block deals with spaces that are not visible for whatever @@ -1762,6 +1764,8 @@ } else { + m->touch (); + /* In this block, the space is visible or there are head objects * we need to send. */