Allow to set also randomness against computer
[vchess.git] / client / src / variants / Losers.js
index b4385ba..caebd29 100644 (file)
@@ -143,7 +143,6 @@ export const VariantRules = class LosersRules extends ChessRules {
   }
 
   static GenRandInitFen(randomness) {
-    if (!randomness) randomness = 2;
     if (randomness == 0)
       return "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w 0 -";