--- deliantra/server/ext/commands.ext 2007/08/10 05:38:16 1.60 +++ deliantra/server/ext/commands.ext 2007/08/14 12:17:34 1.61 @@ -172,7 +172,7 @@ } my $msg = "In the world currently there are:\n\n" - . join "", map "$count{$_} player(s) in $_\n\n", sort keys %count; + . join "", map "$count{$_} player(s) $_\n\n", sort keys %count; $ob->send_msg (log => $msg, cf::NDI_REPLY); };