--- deliantra/server/ext/commands.ext 2007/01/11 01:06:02 1.16 +++ deliantra/server/ext/commands.ext 2007/01/27 23:59:29 1.18 @@ -70,7 +70,7 @@ . ($ns->afk ? " [AFK]" : "") . ($ob->flag (cf::FLAG_WIZ) ? " [WIZ]" : "") . " [" . $pl->ns->version . "]" - . " [" . ($pl->peaceful || $privileged ? $ob->map->{path}->visible_name : $ob->map->region ? $ob->map->region->name : "the unknown") . "]" + . " [" . ($pl->peaceful || $privileged ? $ob->map->visible_name : $ob->region->name) . "]" . (sprintf " [rtt %.3fs]", $pl->ns->rtt * 1e-6) . ($privileged ? " " . $pl->ns->host : "") } sort { (lc $a->ob->name) cmp (lc $b->ob->name) } @pl @@ -145,7 +145,7 @@ or next; next unless $map->path =~ $arg; - next if $map->{path}->is_style_map; + next if $map->{deny_list}; my $svd = int $cf::RUNTIME - $map->{last_save}; $svd = "++" if $svd > 99; @@ -156,7 +156,7 @@ $IN_MEMORY{$map->in_memory} || "?", $svd, (int $map->reset_at - $cf::RUNTIME), - $map->{path}->visible_name), + $map->visible_name), cf::NDI_BLACK | cf::NDI_UNIQUE); }