--- deliantra/server/ext/commands.ext 2007/03/14 15:44:47 1.35 +++ deliantra/server/ext/commands.ext 2007/03/16 02:37:54 1.36 @@ -266,7 +266,7 @@ unless $arg > 0; $ob->contr->ns->max_rate ($arg * $cf::TICK); - $ob->reply (undef, sprintf "Output rate now set to%dbps.", $ob->contr->ns->max_rate / $cf::TICK); + $ob->reply (undef, sprintf "Output rate now set to %dbps.", $ob->contr->ns->max_rate / $cf::TICK); 1 };