ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.380 by root, Mon Oct 8 13:58:07 2007 UTC vs.
Revision 1.381 by root, Mon Oct 8 18:19:39 2007 UTC

3280 # and maps saved/destroyed asynchronously. 3280 # and maps saved/destroyed asynchronously.
3281 warn "begin emergency player save\n"; 3281 warn "begin emergency player save\n";
3282 for my $login (keys %cf::PLAYER) { 3282 for my $login (keys %cf::PLAYER) {
3283 my $pl = $cf::PLAYER{$login} or next; 3283 my $pl = $cf::PLAYER{$login} or next;
3284 $pl->valid or next; 3284 $pl->valid or next;
3285 delete $pl->{unclean_save};
3285 $pl->save; 3286 $pl->save;
3286 } 3287 }
3287 warn "end emergency player save\n"; 3288 warn "end emergency player save\n";
3288 3289
3289 warn "begin emergency map save\n"; 3290 warn "begin emergency map save\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines