--- cf.schmorp.de/server/lib/cf.pm 2007/12/17 08:27:44 1.406 +++ cf.schmorp.de/server/lib/cf.pm 2008/01/13 09:53:53 1.407 @@ -196,6 +196,11 @@ }; } +$Coro::State::DIEHOOK = sub { + warn Carp::longmess $_[0]; + Coro::terminate; +}; + @safe::cf::global::ISA = @cf::global::ISA = 'cf::attachable'; @safe::cf::object::ISA = @cf::object::ISA = 'cf::attachable'; @safe::cf::player::ISA = @cf::player::ISA = 'cf::attachable';