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.113 by root, Sat Aug 28 00:30:28 2010 UTC vs.
Revision 1.114 by root, Fri Jan 21 19:45:07 2011 UTC

288 ); 288 );
289 next; 289 next;
290 } 290 }
291 } else { 291 } else {
292 # unable to load the playerfile: 292 # unable to load the playerfile:
293 # check wether the player dir exists, which means the file is corrupted or 293 # check whether the player dir exists, which means the file is corrupted or
294 # something very similar. 294 # something very similar.
295 if (!aio_stat cf::player::playerdir $user) { 295 if (!aio_stat cf::player::playerdir $user) {
296 $ns->send_drawinfo ( 296 $ns->send_drawinfo (
297 "Unable to retrieve this player. It might be a locked or broken account. " 297 "Unable to retrieve this player. It might be a locked or broken account. "
298 . "If this is your account, ask a dungeon master for assistance. " 298 . "If this is your account, ask a dungeon master for assistance. "

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines