- Fixed "Auto Yield: Always No" in mobile Forge.

This commit is contained in:
Agetian
2017-07-25 03:13:11 +00:00
parent f9e987e933
commit 2ae8d49ec8

View File

@@ -314,7 +314,7 @@ public class VStack extends FDropDown {
gui.setShouldAlwaysDeclineTrigger(triggerID);
if (stackInstance.equals(gameView.peekStack())) {
//auto-no if ability is on top of stack
controller.selectButtonOk();
controller.selectButtonCancel();
}
}
}