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.8 by root, Mon Sep 17 11:45:41 2007 UTC vs.
Revision 1.9 by root, Wed Sep 19 22:07:16 2007 UTC

178 after => 0, 178 after => 0,
179 interval => $SCHEDULE_INTERVAL, 179 interval => $SCHEDULE_INTERVAL,
180 data => cf::WF_AUTOCANCEL, 180 data => cf::WF_AUTOCANCEL,
181 cb => Coro::unblock_sub { 181 cb => Coro::unblock_sub {
182 $Coro::current->prio (Coro::PRIO_MIN); 182 $Coro::current->prio (Coro::PRIO_MIN);
183 $Coro::current->desc ("map-tag scanner");
183 reload; 184 reload;
184 }, 185 },
185); 186);
186 187
187# find all objects with the given tag, or at least try to 188# find all objects with the given tag, or at least try to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines