1
1
Reddo 5 жил өмнө
parent
commit
eaddca1e26

+ 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) {