Diff for /rat/lonuserstate.pm between versions 1.141 and 1.142

version 1.141, 2011/08/18 04:17:07 version 1.142, 2011/10/20 17:14:19
Line 297  sub loadmap { Line 297  sub loadmap {
     # processing the randomorder parameter if it is set, not      # processing the randomorder parameter if it is set, not
     # randompick.      # randompick.
   
     @map_ids=&math::Random::random_permutation(@map_ids);       @map_ids=&Math::Random::random_permutation(@map_ids); 
  }   }
   
   

Removed from v.1.141  
changed lines
  Added in v.1.142


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>