mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Tweak follow up logic after auto payment
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user