龚成明 пре 3 година
родитељ
комит
83e10a20ff
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/path/level2Generate.ts

+ 1 - 1
scripts/path/level2Generate.ts

@@ -56,7 +56,7 @@ class Level2Generate {
           const jLp = lpList[j]
 
           const path = [iLp, jLp]
-          pathList.puth(path)
+          pathList.push(path)
         }
       }