- Logic correction.

This commit is contained in:
Agetian
2017-01-24 15:31:18 +00:00
parent 689768d40f
commit e4ddffc0a8

View File

@@ -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;
}