--- deliantra/server/lib/cf.pm 2007/04/16 13:02:29 1.243 +++ deliantra/server/lib/cf.pm 2007/04/16 13:28:00 1.244 @@ -11,7 +11,7 @@ use Safe; use Safe::Hole; -use Coro 3.52 (); +use Coro 3.61 (); use Coro::State; use Coro::Event; use Coro::Timer; @@ -2386,10 +2386,7 @@ 1 } -our $archetypes_loaded; - sub load_archetypes { - return 1 if $archetypes_loaded++; # current can only load them once load_archetype_file sprintf "%s/archetypes", cf::datadir; # remove when stable load_archetype_file sprintf "%s/archetypes", cf::datadir }