--- deliantra/server/ext/commands.ext 2007/01/11 00:16:58 1.15 +++ deliantra/server/ext/commands.ext 2007/01/11 01:06:02 1.16 @@ -145,6 +145,7 @@ 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;