--- deliantra/server/ext/login.ext 2007/02/11 17:47:22 1.30 +++ deliantra/server/ext/login.ext 2007/02/17 23:54:35 1.31 @@ -285,7 +285,7 @@ "Ok, quitting, hope to see you again.", cf::NDI_UNIQUE | cf::NDI_RED); $pl->ns->flush; - $pl->quit_character; + cf::async { $pl->quit_character }; } }); };