--- deliantra/server/ext/map-scheduler.ext 2009/12/18 03:49:46 1.51 +++ deliantra/server/ext/map-scheduler.ext 2010/04/22 12:50:24 1.52 @@ -91,7 +91,7 @@ $map->swap_out; } elsif ($map->{last_save} + $SAVE_TIMEOUT <= $cf::RUNTIME) { $map->save; - $map->{last_save} -= rand; # randomise map save times a bit + $map->{last_save} -= cf::rndm; # randomise map save times a bit } } };