--- deliantra/server/socket/lowlevel.C 2012/11/18 09:29:25 1.94 +++ deliantra/server/socket/lowlevel.C 2012/11/18 09:39:11 1.96 @@ -241,7 +241,7 @@ ((void (*)(char *, int, client *))pkt->cb)((char *)data, datalen, this); } else - send_packet_printf ("drawinfo %d ERROR: you cannot execute '%s' now.", NDI_RED | NDI_REPLY, pkt->name); + send_packet_printf ("drawinfo %d log ERROR: you cannot execute '%s' now.", NDI_RED | NDI_REPLY, pkt->name); } bool @@ -690,12 +690,6 @@ send_packet_printf ("msg %d %s %s", color & NDI_CLIENT_MASK, type, msg); } -void -client::send_drawinfo (const char *msg, int flags) -{ - send_msg (flags, "log", msg); -} - /*********************************************************************** * * packet functions/utilities