Tweak follow up logic after auto payment

This commit is contained in:
drdev
2013-12-13 00:59:45 +00:00
parent 84b0e17572
commit e8d4433bb3

View File

@@ -306,13 +306,7 @@ public abstract class InputPayMana extends InputSyncronizedBase {
@Override
public void run() {
runAsAi(proc);
//call showMessage in GUI thread after mana cost paid
FThreads.invokeInEdtLater(new Runnable() {
@Override
public void run() {
InputPayMana.this.showMessage();
}
});
onStateChanged();
}
});
}