diff --git a/src/module/Application/src/Model/Manager/LevelManager.php b/src/module/Application/src/Model/Manager/LevelManager.php index d1f6133..a68dcd7 100755 --- a/src/module/Application/src/Model/Manager/LevelManager.php +++ b/src/module/Application/src/Model/Manager/LevelManager.php @@ -149,15 +149,15 @@ class LevelManager extends StandardManager return ((rand(1,100) <= 5)?120:100); }, ], - [ - "wordLength" => 10, - "numWords" => 2, - "numPositions" => 5, - "renderer" => 60, - "difficulty" => function () { - return ((rand(1,100) <= 5)?100:60); - }, - ], +// [ +// "wordLength" => 10, +// "numWords" => 2, +// "numPositions" => 5, +// "renderer" => 60, +// "difficulty" => function () { +// return ((rand(1,100) <= 5)?100:60); +// }, +// ], // [ // "wordLength" => 8, // "numWords" => 2,