--- deliantra/server/ext/commands.ext 2007/01/05 22:47:18 1.14 +++ deliantra/server/ext/commands.ext 2007/01/11 01:06:02 1.16 @@ -138,13 +138,14 @@ my $format = "%2s %1s %3s %5s %.60s\n"; - $ob->reply (undef, sprintf $format, "Pl", "I", "Svd", "Reset", "Name", cf::NDI_BLACK | cf::NDI_UNIQUE); + $ob->reply (undef, (sprintf $format, "Pl", "I", "Svd", "Reset", "Name"), cf::NDI_BLACK | cf::NDI_UNIQUE); for (sort keys %cf::MAP) { my $map = $cf::MAP{$_} or next; next unless $map->path =~ $arg; + next if $map->{path}->is_style_map; my $svd = int $cf::RUNTIME - $map->{last_save}; $svd = "++" if $svd > 99;