--- deliantra/server/ext/commands.ext 2007/01/01 17:30:34 1.9 +++ deliantra/server/ext/commands.ext 2007/01/01 17:50:26 1.10 @@ -146,10 +146,13 @@ next unless $map->path =~ $arg; + my $svd = int $cf::RUNTIME - $map->{last_save}; + $svd = "++" if $svd > 99; + $msg .= sprintf $format, (scalar $map->players), $IN_MEMORY{$map->in_memory} || "?", - (int $cf::RUNTIME - $map->{last_save}), + $svd, (int $map->reset_at - $cf::RUNTIME), $map->{path}->visible_name; }