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.58 by root, Sun Jul 1 03:16:56 2007 UTC vs.
Revision 1.59 by root, Tue Jul 3 01:04:43 2007 UTC

41 return unless cf::player::find_active $user; 41 return unless cf::player::find_active $user;
42 42
43 $ns->send_drawinfo ( 43 $ns->send_drawinfo (
44 "That player is already logged in on this server. " 44 "That player is already logged in on this server. "
45 . "If you want to create a new player, choose another name. " 45 . "If you want to create a new player, choose another name. "
46 . "If you are already a registered player, make sure nobody " 46 . "If you have already a registered, make sure nobody "
47 . "else is using your account at this time. If you lost your conenction " 47 . "else is using your account at this time. If you lost your connection "
48 . "then the server will likely timeout within a minute. If you still " 48 . "then the server will likely timeout within a minute. If you still "
49 . "cannot log-in after a minute, you are still logged in. Make sure " 49 . "cannot log-in after a minute, you are still logged in. Make sure "
50 . "you do not have another client running. If you use windows, reboot, " 50 . "you do not have another client running. If you use windows, reboot, "
51 . "this will fix anything.", 51 . "this will fix anything.",
52 cf::NDI_RED 52 cf::NDI_RED

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines