--- deliantra/Deliantra-Client/DC.pm 2009/01/14 23:51:18 1.204 +++ deliantra/Deliantra-Client/DC.pm 2009/04/26 19:10:57 1.206 @@ -19,7 +19,7 @@ our $VERSION; BEGIN { - $VERSION = '2.03'; + $VERSION = '2.04'; use XSLoader; XSLoader::load "Deliantra::Client", $VERSION; @@ -143,7 +143,7 @@ for (@RC_PATH, "") { $path = "$RC_BASE/$_/$_[0]"; - return $path if -r $path; + return $path if -e $path; } die "FATAL: can't find required file \"$_[0]\" in \"$RC_BASE\"\n";