ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.606 by root, Sun Nov 18 08:34:23 2012 UTC vs.
Revision 1.607 by root, Sun Nov 18 09:29:25 2012 UTC

3053 3053
3054sub cf::client::send_drawinfo { 3054sub cf::client::send_drawinfo {
3055 my ($self, $text, $flags) = @_; 3055 my ($self, $text, $flags) = @_;
3056 3056
3057 utf8::encode $text; 3057 utf8::encode $text;
3058 $self->send_packet (sprintf "msg %d 0 %s", $flags || cf::NDI_BLACK, $text); 3058 $self->send_packet (sprintf "msg %d log %s", $flags || cf::NDI_BLACK, $text);
3059} 3059}
3060 3060
3061=item $client->send_big_packet ($pkt) 3061=item $client->send_big_packet ($pkt)
3062 3062
3063Like C<send_packet>, but tries to compress large packets, and fragments 3063Like C<send_packet>, but tries to compress large packets, and fragments

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines