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.5 by root, Sat Dec 23 07:28:02 2006 UTC vs.
Revision 1.6 by root, Tue Dec 26 04:46:06 2006 UTC

253 253
254 $ob->contr->killer ("left"); 254 $ob->contr->killer ("left");
255 $ob->check_score; 255 $ob->check_score;
256 256
257 $ob->reply (undef, "In the future, you will wake up here when you die."); 257 $ob->reply (undef, "In the future, you will wake up here when you die.");
258 $ob->contr->save; 258 $ob->contr->save (1);
259 259
260 $ob->contr->ns->query (cf::CS_QUERY_SINGLECHAR, "Do you want to continue playing (y/n)?", sub { 260 $ob->contr->ns->query (cf::CS_QUERY_SINGLECHAR, "Do you want to continue playing (y/n)?", sub {
261 $ob->contr->enable_save (1);
261 if ($_[0] !~ /^[yY]/) { 262 if ($_[0] !~ /^[yY]/) {
262 $ob->contr->save (1); 263 $ob->contr->save (1);
263 $ob->contr->ns->destroy; 264 $ob->contr->ns->destroy;
264 } 265 }
265 }); 266 });
266 }, 267 },
267); 268);
268 269
269cf::client->attach (package => __PACKAGE__); 270cf::client->attach (package => __PACKAGE__);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines