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

Comparing deliantra/server/ext/item-worldmap.ext (file contents):
Revision 1.18 by root, Wed Nov 14 08:09:46 2007 UTC vs.
Revision 1.19 by root, Fri Sep 19 01:39:45 2008 UTC

97 97
98 if ($ns->{can_widget}) { 98 if ($ns->{can_widget}) {
99 my $ws = $ns->{ws_worldmap} ||= create_widgets $ns; 99 my $ws = $ns->{ws_worldmap} ||= create_widgets $ns;
100 $ws->{toplevel}->toggle_visibility; 100 $ws->{toplevel}->toggle_visibility;
101 } else { 101 } else {
102 $ns->send_msg ("log", "Your client doesn't support the (required) widget extension. Try CFPlus at http://crossfire.schmorp.de/.", cf::NDI_RED); 102 $ns->send_msg ("log", "Your client doesn't support the (required) widget extension. Try the deliantra client at http://www.deliantra.net/.", cf::NDI_RED);
103 } 103 }
104 104
105 cf::override 1; 105 cf::override 1;
106 }, 106 },
107; 107;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines