mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Logic correction.
This commit is contained in:
@@ -679,9 +679,9 @@ public class PlayerControllerHuman
|
||||
final InputConfirm inp = new InputConfirm(this, String.format("Put %s on the top or bottom of your library?", view), "Top", "Bottom", true, c.getView());
|
||||
inp.showAndWait();
|
||||
result = inp.getResult();
|
||||
endTempShowCards();
|
||||
}
|
||||
|
||||
endTempShowCards();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user