--- deliantra/server/lib/cf.pm 2011/05/04 19:04:45 1.571 +++ deliantra/server/lib/cf.pm 2011/05/08 11:44:43 1.572 @@ -2324,6 +2324,8 @@ my ($path, $origin, $load) = @_; $path = normalise $path, $origin; + + print "find async $path (from $origin)\n";#d# if (my $map = $cf::MAP{$path}) { return $map if !$load || $map->linkable;