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.62 by root, Sat Jul 14 14:33:29 2007 UTC vs.
Revision 1.63 by root, Sat Jul 14 14:54:05 2007 UTC

64 64
65 $ob->enter_link; 65 $ob->enter_link;
66 66
67 if (my $time = delete $pl->{unclean_save}) { 67 if (my $time = delete $pl->{unclean_save}) {
68 if (my $m = cf::map::find $map) { 68 if (my $m = cf::map::find $map) {
69 if ($time < $m->{instantiate_time} || 1) {#d# 69 if ($time < $m->{instantiate_time}) {
70 # the map was reset in the meantime 70 # the map was reset in the meantime
71 my $age = $cf::RUNTIME - $time; 71 my $age = $cf::RUNTIME - $time;
72 warn $ob->name, " map reset after logout, logout age $age\n";#d# 72 warn $ob->name, " map reset after logout, logout age $age\n";#d#
73 73
74 # for now, just go back to savebed 74 # for now, just go back to savebed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines