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

Comparing deliantra/server/ext/widget.ext (file contents):
Revision 1.15 by root, Tue Jul 24 00:26:42 2007 UTC vs.
Revision 1.16 by root, Tue Jul 24 19:33:57 2007 UTC

181 push @{$proxy->{ev}{$ev}}, $args{$ev}; 181 push @{$proxy->{ev}{$ev}}, $args{$ev};
182 $args{$ev} = 0; 182 $args{$ev} = 0;
183 } 183 }
184 184
185 $self->msg (ws_c => 185 $self->msg (ws_c =>
186 $proxy->{id}, 186 $self->{id},
187 $id, 187 $id,
188 $class, 188 $class,
189 \%args, 189 \%args,
190 ); 190 );
191 191

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines