--- deliantra/server/ext/dm-support.ext 2007/11/24 05:58:40 1.17 +++ deliantra/server/ext/dm-support.ext 2007/11/25 19:08:24 1.18 @@ -51,7 +51,7 @@ select $fh; # compile first, the execute, as Coro does not support switching in eval string - my $cb = eval "sub { $cmd }"; + my $cb = eval "sub { $cmd \n}"; my $t1 = Time::HiRes::time; my @res = $@ ? () : eval { $cb->() };