--- deliantra/server/ext/map-link.ext 2010/04/16 02:32:25 1.10 +++ deliantra/server/ext/map-link.ext 2011/05/04 07:36:40 1.12 @@ -21,7 +21,7 @@ $self->name ("interdimensional nothingness"); $self->alloc; - $self->in_memory (cf::MAP_ACTIVE); + $self->in_memory (cf::MAP_INACTIVE); # provide a floor my $floor = cf::object::new "dirtfloor"; @@ -60,5 +60,3 @@ 1 } -1 -