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.30 by root, Sun Feb 11 17:47:22 2007 UTC vs.
Revision 1.31 by root, Sat Feb 17 23:54:35 2007 UTC

283 } else { 283 } else {
284 $ob->reply (undef, 284 $ob->reply (undef,
285 "Ok, quitting, hope to see you again.", 285 "Ok, quitting, hope to see you again.",
286 cf::NDI_UNIQUE | cf::NDI_RED); 286 cf::NDI_UNIQUE | cf::NDI_RED);
287 $pl->ns->flush; 287 $pl->ns->flush;
288 $pl->quit_character; 288 cf::async { $pl->quit_character };
289 } 289 }
290 }); 290 });
291}; 291};
292 292
293cf::object->attach ( 293cf::object->attach (

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines