ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/MapWidget.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/MapWidget.pm (file contents):
Revision 1.88 by root, Mon Oct 9 01:06:36 2006 UTC vs.
Revision 1.89 by root, Wed Oct 18 12:53:46 2006 UTC

236 : "Enable automatic pickup", 236 : "Enable automatic pickup",
237 sub { $::PICKUP_ENABLE->toggle } 237 sub { $::PICKUP_ENABLE->toggle }
238 ], 238 ],
239 ); 239 );
240 240
241 if ($::CONN && $::CONN->{editor_support}) { 241 if ($::CONN && $::CONN->{editor_support} && 0) {
242 push @items, [ 242 push @items, [
243 "Edit this map <span size='xx-small'>(" . (CFPlus::asxml $::CONN->{map_info}[0]) . ")</span>", 243 "Edit this map <span size='xx-small'>(" . (CFPlus::asxml $::CONN->{map_info}[0]) . ")</span>",
244 \&editor_invoke, 244 \&editor_invoke,
245 ]; 245 ];
246 246

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines