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.141 by root, Fri Jan 5 20:08:53 2007 UTC vs.
Revision 1.142 by root, Fri Jan 5 21:51:42 2007 UTC

2128 $LINK_MAP->{path} = bless { path => "{link}" }, "cf::path"; 2128 $LINK_MAP->{path} = bless { path => "{link}" }, "cf::path";
2129 $LINK_MAP->in_memory (MAP_IN_MEMORY); 2129 $LINK_MAP->in_memory (MAP_IN_MEMORY);
2130 2130
2131 # dirty hack because... archetypes are not yet loaded 2131 # dirty hack because... archetypes are not yet loaded
2132 Event->timer ( 2132 Event->timer (
2133 after => 2, 2133 after => 10,
2134 cb => sub { 2134 cb => sub {
2135 $_[0]->w->cancel; 2135 $_[0]->w->cancel;
2136 2136
2137 # provide some exits "home" 2137 # provide some exits "home"
2138 my $exit = cf::object::new "exit"; 2138 my $exit = cf::object::new "exit";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines