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