mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Partial Rollback
This commit is contained in:
@@ -2943,13 +2943,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
||||
}
|
||||
|
||||
public void autoPassUntilEndOfTurn() {
|
||||
// if we already conceded just skip everything
|
||||
if (player.getOutcome() != null) {
|
||||
player.getGame().getPhaseHandler().endPlayerLostTurn();
|
||||
}
|
||||
else {
|
||||
getGui().autoPassUntilEndOfTurn(getLocalPlayerView());
|
||||
}
|
||||
getGui().autoPassUntilEndOfTurn(getLocalPlayerView());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user