mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
fix possible Indexing Exception in AI scrying
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user