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.4 by root, Mon Jan 1 16:50:09 2007 UTC vs.
Revision 1.12 by root, Sat Jan 13 23:06:13 2007 UTC

73 73
74 return unless $ob->may ("command_reset"); 74 return unless $ob->may ("command_reset");
75 75
76 my $map = $ob->map; 76 my $map = $ob->map;
77 77
78 cf::sync_job {
79 my @pl = $map->players; 78 my @pl = $map->players;
79 $_->enter_link for @pl;
80 cf::async {
81 my $name = $map->visible_name;
80 82
81 $_->enter_link for @pl;
82 $map->reset; 83 $map->reset;
83 $_->leave_link for @pl; 84 $_->leave_link for @pl;
85
86 $ob->reply (undef, "$name was reset.");
84 }; 87 };
85
86 $ob->reply (undef, $map->{path}->as_string . " was reset.");
87 88
88 1 89 1
89}; 90};
90 91
91for my $command (qw(teleport summon arrest kick banish)) { 92for my $command (qw(teleport summon arrest kick banish)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines