--- deliantra/server/ext/map-per-player.ext 2007/01/18 15:12:43 1.5 +++ deliantra/server/ext/map-per-player.ext 2007/01/18 16:20:40 1.6 @@ -2,11 +2,6 @@ cf::map->register (qr{^~([^/]+)(/.*)}); -sub decay_objects { - # do nothing on per player maps at the moment - # as the lone town apartment is broooken -} - sub init { my ($self) = @_; @@ -53,5 +48,12 @@ 1 } +sub decay_objects { + # do nothing on per player maps at the moment + # to protect apartments. + # TODO: apartments should be marked as such + # (no reset, no decay etc.) +} + 1