--- deliantra/server/common/object.C 2006/12/31 18:10:40 1.99 +++ deliantra/server/common/object.C 2007/01/01 12:28:45 1.100 @@ -988,7 +988,7 @@ if (type == PLAYER) { --map->players; - map->last_access = runtime; + map->touch (); } map->dirty = true; @@ -1378,7 +1378,7 @@ { op->contr->do_los = 1; ++op->map->players; - op->map->last_access = runtime; + op->map->touch (); } op->map->dirty = true;