ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/cfplus.ext
(Generate patch)

Comparing deliantra/server/ext/cfplus.ext (file contents):
Revision 1.2 by root, Sat Dec 16 17:16:51 2006 UTC vs.
Revision 1.3 by root, Thu Dec 21 22:41:34 2006 UTC

149 delete $dialog{$msg->{msgid}}; 149 delete $dialog{$msg->{msgid}};
150 150
151 () 151 ()
152}; 152};
153 153
154cf::attach_to_players 154cf::player->attach (
155 on_logout => sub { 155 on_logout => sub {
156 my ($pl) = @_; 156 my ($pl) = @_;
157 157
158 delete $dialog{$_} for grep $pl->ob == $dialog{$_}{ob}, keys %dialog; 158 delete $dialog{$_} for grep $pl->ob == $dialog{$_}{ob}, keys %dialog;
159 }, 159 },
160; 160);
161 161
162=item ... = extcmd editor_support 162=item ... = extcmd editor_support
163 163
164Returns the value required by clients that have an editor to download and 164Returns the value required by clients that have an editor to download and
165upload maps from/to the server. 165upload maps from/to the server.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines