--- deliantra/server/ext/map-link.ext 2011/05/04 07:36:40 1.12 +++ deliantra/server/ext/map-link.ext 2013/01/11 15:08:03 1.14 @@ -1,7 +1,7 @@ #! perl # mandatory # this is the map type for the {link} map, a singleton -# this is the only map in the server that is guaranteed to exit +# this is the only map in the server that is guaranteed to exist # at all times without blocking, and this is ensured by not relying # on any external files. @@ -21,7 +21,7 @@ $self->name ("interdimensional nothingness"); $self->alloc; - $self->in_memory (cf::MAP_INACTIVE); + $self->state (cf::MAP_INACTIVE); # provide a floor my $floor = cf::object::new "dirtfloor";