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.14 by root, Mon Sep 22 05:42:41 2008 UTC vs.
Revision 1.15 by root, Tue Sep 23 04:32:57 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::post_init {
183$RELOAD_SCHEDULER->invoke (0); # force at startup 184 $RELOAD_SCHEDULER->invoke (0); # force at startup
185};
184 186
185# find all objects with the given tag, or at least try to 187# find all objects with the given tag, or at least try to
186sub find($) { 188sub find($) {
187 my ($tag) = @_; 189 my ($tag) = @_;
188 190

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines