@@ -3025,6 +3025,8 @@ public class WmScorePackageController {
if (idx != -1) {
index.add(idx + 1);
temp.remove(idx);
+ } else {
+ break;
}