ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.104 by root, Thu Apr 22 12:50:24 2010 UTC vs.
Revision 1.105 by root, Wed Apr 28 11:28:21 2010 UTC

405 if ($_[0] !~ /^[yY]/) { 405 if ($_[0] !~ /^[yY]/) {
406 $ob->send_msg (undef, "Ok, not not quitting then.", cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY); 406 $ob->send_msg (undef, "Ok, not not quitting then.", cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY);
407 } else { 407 } else {
408 $ob->send_msg (undef, "Ok, quitting, hope to see you again.", cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY); 408 $ob->send_msg (undef, "Ok, quitting, hope to see you again.", cf::NDI_UNIQUE | cf::NDI_RED | cf::NDI_REPLY);
409 $pl->ns->flush; 409 $pl->ns->flush;
410 cf::async {
411 ext::highscore::check $pl->ob;
410 cf::async { $pl->quit_character }; 412 $pl->quit_character;
413 };
411 } 414 }
412 }); 415 });
413}; 416};
414 417
415cf::object->attach ( 418cf::object->attach (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines