mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28: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());
|
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();
|
inp.showAndWait();
|
||||||
result = inp.getResult();
|
result = inp.getResult();
|
||||||
endTempShowCards();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
endTempShowCards();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user