--- deliantra/server/socket/item.C 2008/07/14 23:47:06 1.69 +++ deliantra/server/socket/item.C 2008/08/31 02:01:41 1.70 @@ -166,8 +166,6 @@ if (ns.itemcmd == 2) sl << uint16 (head->client_type); - - SET_FLAG (head, FLAG_CLIENT_SENT); } static faceidx @@ -387,13 +385,6 @@ if (!ns) return; - if (!QUERY_FLAG (op, FLAG_CLIENT_SENT)) - /* FLAG_CLIENT_SENT is debug only. We are using it to see where - * this is happening - we can set a breakpoint here in the debugger - * and track back the call. - */ - LOG (llevDebug | logBacktrace, "We have not sent item %s (%d)\n", &op->name, op->count); - packet sl ("upditem"); sl << uint8 (flags); @@ -511,7 +502,6 @@ add_object_to_socklist (*pl->contr->ns, sl, op); pl->contr->ns->send_packet (sl); - SET_FLAG (op, FLAG_CLIENT_SENT); } /**