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.92 by root, Mon Sep 22 01:33:09 2008 UTC vs.
Revision 1.93 by elmex, Fri Oct 31 16:13:41 2008 UTC

433 Coro::Timer::sleep 0.2; 433 Coro::Timer::sleep 0.2;
434 } 434 }
435 435
436 $ob->reply (undef, "Welcome to Deliantra!"); 436 $ob->reply (undef, "Welcome to Deliantra!");
437 437
438 # XXX: Workaround for delayed client ext protocol handshake
439 $pl->esrv_new_player;
440
438 delete $pl->{deny_save}; 441 delete $pl->{deny_save};
439 442
440 last; 443 last;
441 } 444 }
442 }); 445 });

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines