ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.242 by root, Mon Apr 16 12:37:08 2007 UTC vs.
Revision 1.243 by root, Mon Apr 16 13:02:29 2007 UTC

2388 2388
2389our $archetypes_loaded; 2389our $archetypes_loaded;
2390 2390
2391sub load_archetypes { 2391sub load_archetypes {
2392 return 1 if $archetypes_loaded++; # current can only load them once 2392 return 1 if $archetypes_loaded++; # current can only load them once
2393# load_archetype_file sprintf "%s/archetypes", cf::datadir; 2393 load_archetype_file sprintf "%s/archetypes", cf::datadir; # remove when stable
2394 load_archetype_file sprintf "%s/archetypes", cf::datadir 2394 load_archetype_file sprintf "%s/archetypes", cf::datadir
2395} 2395}
2396 2396
2397sub load_treasures { 2397sub load_treasures {
2398 load_treasure_file sprintf "%s/treasures", cf::datadir 2398 load_treasure_file sprintf "%s/treasures", cf::datadir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines