--- deliantra/server/ext/dm-support.ext 2007/11/25 19:08:24 1.18 +++ deliantra/server/ext/dm-support.ext 2008/01/13 08:56:23 1.19 @@ -50,7 +50,7 @@ package cf; select $fh; - # compile first, the execute, as Coro does not support switching in eval string + # compile first, then execute, as Coro does not support switching in eval string my $cb = eval "sub { $cmd \n}"; my $t1 = Time::HiRes::time;