--- deliantra/gde/GCE/Util.pm 2007/01/05 14:17:12 1.23 +++ deliantra/gde/GCE/Util.pm 2007/01/05 17:04:17 1.24 @@ -74,7 +74,7 @@ sub map2abs { my ($dest, $mape) = @_; - $dest = abs_path $dest; + #$dest = abs_path $dest; my $dir; if (File::Spec->file_name_is_absolute($dest)) { $dir = catdir ($::MAPDIR, $dest);