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

Comparing deliantra/server/ext/map-tags.ext (file contents):
Revision 1.11 by root, Wed Nov 14 10:05:16 2007 UTC vs.
Revision 1.12 by root, Sun Dec 2 15:16:28 2007 UTC

178 $Coro::current->prio (Coro::PRIO_MIN); 178 $Coro::current->prio (Coro::PRIO_MIN);
179 $Coro::current->desc ("map-tag scanner"); 179 $Coro::current->desc ("map-tag scanner");
180 reload; 180 reload;
181}; 181};
182 182
183cf::async { reload }; # force at startup
184
183# find all objects with the given tag, or at least try to 185# find all objects with the given tag, or at least try to
184sub find($) { 186sub find($) {
185 my ($tag) = @_; 187 my ($tag) = @_;
186 188
187 utf8::encode (my $key = $tag); 189 utf8::encode (my $key = $tag);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines