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.10 by root, Fri Jan 5 17:07:17 2007 UTC vs.
Revision 1.11 by root, Fri Jan 5 20:04:02 2007 UTC

75 75
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 Coro::async_pool { 80 cf::async {
81 my $name = $map->{path}->as_string; 81 my $name = $map->{path}->as_string;
82 82
83 $map->reset; 83 $map->reset;
84 $_->leave_link for @pl; 84 $_->leave_link for @pl;
85 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines