mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
clean up purple frames on cards
This commit is contained in:
@@ -67,6 +67,7 @@ public abstract class InputSelectManyBase<T extends GameEntity> extends InputSyn
|
||||
protected final void onCancel() {
|
||||
bCancelled = true;
|
||||
this.stop();
|
||||
afterStop();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -82,6 +83,7 @@ public abstract class InputSelectManyBase<T extends GameEntity> extends InputSyn
|
||||
@Override
|
||||
protected final void onOk() {
|
||||
this.stop();
|
||||
afterStop();
|
||||
}
|
||||
|
||||
public void setMessage(String message0) {
|
||||
|
||||
Reference in New Issue
Block a user