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.241 by root, Mon Apr 16 11:09:32 2007 UTC vs.
Revision 1.242 by root, Mon Apr 16 12:37:08 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 2394 load_archetype_file sprintf "%s/archetypes", cf::datadir
2394} 2395}
2395 2396
2396sub load_treasures { 2397sub load_treasures {
2397 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