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.13 by root, Wed Dec 5 11:08:34 2007 UTC vs.
Revision 1.14 by root, Mon Sep 22 05:42:41 2008 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 183$RELOAD_SCHEDULER->invoke (0); # force at startup
184 184
185# 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
186sub find($) { 186sub find($) {
187 my ($tag) = @_; 187 my ($tag) = @_;
188 188

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines