fix possible Indexing Exception in AI scrying

This commit is contained in:
jendave
2011-08-06 19:53:27 +00:00
parent d653b1f629
commit 40dec3a4a4

View File

@@ -207,7 +207,7 @@ public class AIPlayer extends Player{
if(bottom) {
Card c = topN.get(i);
AllZone.GameAction.moveToBottomOfLibrary(c);
topN.remove(c);
//topN.remove(c);
}
}
num = topN.size();