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.87 by root, Thu Dec 14 22:45:40 2006 UTC vs.
Revision 1.88 by root, Fri Dec 15 19:29:18 2006 UTC

25our %EXTCMD = (); 25our %EXTCMD = ();
26 26
27_init_vars; 27_init_vars;
28 28
29our @EVENT; 29our @EVENT;
30our $LIBDIR = maps_directory "perl"; 30our $LIBDIR = datadir . "/ext";
31 31
32our $TICK = MAX_TIME * 1e-6; 32our $TICK = MAX_TIME * 1e-6;
33our $TICK_WATCHER; 33our $TICK_WATCHER;
34our $NEXT_TICK; 34our $NEXT_TICK;
35 35
720 720
721 Symbol::delete_package $pkg; 721 Symbol::delete_package $pkg;
722} 722}
723 723
724sub load_extensions { 724sub load_extensions {
725 my $LIBDIR = maps_directory "perl";
726
727 for my $ext (<$LIBDIR/*.ext>) { 725 for my $ext (<$LIBDIR/*.ext>) {
728 next unless -r $ext; 726 next unless -r $ext;
729 eval { 727 eval {
730 load_extension $ext; 728 load_extension $ext;
731 1 729 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines