Explorar el Código

Don't try to fit if full

Reddo hace 5 años
padre
commit
eaddca1e26
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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) {