mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Better fix for Kethis
This commit is contained in:
@@ -126,7 +126,6 @@ public class InputProxy implements Observer {
|
||||
|
||||
public final boolean selectCard(final CardView cardView, final List<CardView> otherCardViewsToSelect, final ITriggerEvent triggerEvent) {
|
||||
final Input inp = getInput();
|
||||
//System.out.println("Selectcard " +cardView + " input: " +inp);
|
||||
if (inp != null) {
|
||||
final Card card = getCard(cardView);
|
||||
if (card != null) {
|
||||
|
||||
Reference in New Issue
Block a user