Allow players to close the policy screen with free policies (#11424)

This commit is contained in:
SeventhM 2024-04-09 13:11:57 -07:00 committed by GitHub
parent b8706c1330
commit ecbbad45e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -178,9 +178,6 @@ class PolicyPickerScreen(
setDefaultCloseAction() setDefaultCloseAction()
if (viewingCiv.isCurrentPlayer() && policies.freePolicies > 0 && policies.canAdoptPolicy())
closeButton.disable()
rightSideButton.onClick(UncivSound.Policy) { rightSideButton.onClick(UncivSound.Policy) {
confirmAction() confirmAction()
} }