Pārlūkot izejas kodu

Don't try to fit if full

Reddo 5 gadi atpakaļ
vecāks
revīzija
eaddca1e26
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      app/World/Classes/ContentPicker/ContentMolecule.ts

+ 4 - 0
app/World/Classes/ContentPicker/ContentMolecule.ts

@@ -43,6 +43,10 @@ class ContentMolecule {
                 missingAtoms = cachedAtoms;
                 chosenOnes.push(k);
             }
+
+            if (missingAtoms.length == 0) {
+                break;
+            }
         }
 
         if (missingAtoms.length == 0) {