forked from External/mage
refactor, ai: removed outdated and unused code (suggest actions for AI simulations);
This commit is contained in:
parent
07915394c7
commit
d1cca988c4
6 changed files with 6 additions and 193 deletions
|
|
@ -4466,17 +4466,6 @@ public abstract class PlayerImpl implements Player, Serializable {
|
|||
getManaPool().setAutoPaymentRestricted(userData.isManaPoolAutomaticRestricted());
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addAction(String action
|
||||
) {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getActionCount() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAllowBadMoves(boolean allowBadMoves) {
|
||||
// do nothing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue