- A little fix for the previous commit.

This commit is contained in:
Agetian
2012-12-01 16:03:32 +00:00
parent b2fb2d6a07
commit 042dc9ab20

View File

@@ -505,6 +505,7 @@ public final class GameActionUtil {
if (!showYesNoDialog(source, "Do you want to pay the sacrifice cost?")) {
hasPaid = false;
GuiUtils.clearPanelSelections();
break;
}