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.147 by root, Mon Jan 8 12:23:33 2007 UTC vs.
Revision 1.148 by root, Mon Jan 8 12:39:16 2007 UTC

1133 my $path = path $pl; 1133 my $path = path $pl;
1134 my $guard = cf::lock_acquire "user_save:$path"; 1134 my $guard = cf::lock_acquire "user_save:$path";
1135 1135
1136 return if $pl->{deny_save}; 1136 return if $pl->{deny_save};
1137 1137
1138 IO::AIO::aio_mkdir playerdir $pl, 0770; 1138 Coro::AIO::aio_mkdir playerdir $pl, 0770;
1139 $pl->{last_save} = $cf::RUNTIME; 1139 $pl->{last_save} = $cf::RUNTIME;
1140 1140
1141 Coro::cede;
1142 $pl->save_pl ($path); 1141 $pl->save_pl ($path);
1143 Coro::cede; 1142 Coro::cede;
1144} 1143}
1145 1144
1146sub new($) { 1145sub new($) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines