--- deliantra/server/socket/info.C 2006/12/14 05:09:32 1.18 +++ deliantra/server/socket/info.C 2006/12/14 20:39:54 1.19 @@ -631,7 +631,7 @@ for (int x = xmin; x <= xmax; x++) sl << uint8 (map_mark[x + MAGIC_MAP_SIZE * y] & ~FACE_FLOOR); - Send_With_Handling (pl->contr->socket, &sl); + pl->contr->socket->send_packet (sl); free (map_mark); }