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.9 by root, Thu Jan 4 16:19:31 2007 UTC vs.
Revision 1.10 by root, Fri Jan 5 20:04:02 2007 UTC

68sub addme { 68sub addme {
69 my ($ns) = @_; 69 my ($ns) = @_;
70 70
71 $ns->destroy if $ns->pl; 71 $ns->destroy if $ns->pl;
72 72
73 $ns->coro (sub { 73 $ns->async (sub {
74 my ($user, $pass); 74 my ($user, $pass);
75 75
76 $ns->send_packet ("addme_success"); 76 $ns->send_packet ("addme_success");
77 77
78 for (;;) { 78 for (;;) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines