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

Comparing deliantra/server/ext/dmcommands.ext (file contents):
Revision 1.11 by root, Fri Jan 5 20:04:02 2007 UTC vs.
Revision 1.12 by root, Sat Jan 13 23:06:13 2007 UTC

76 my $map = $ob->map; 76 my $map = $ob->map;
77 77
78 my @pl = $map->players; 78 my @pl = $map->players;
79 $_->enter_link for @pl; 79 $_->enter_link for @pl;
80 cf::async { 80 cf::async {
81 my $name = $map->{path}->as_string; 81 my $name = $map->visible_name;
82 82
83 $map->reset; 83 $map->reset;
84 $_->leave_link for @pl; 84 $_->leave_link for @pl;
85 85
86 $ob->reply (undef, "$name was reset."); 86 $ob->reply (undef, "$name was reset.");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines