mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Fixed a spacing problem.
This commit is contained in:
@@ -191,7 +191,7 @@ public class PlayArea extends CardPanelContainer implements CardPanelMouseListen
|
|||||||
outerLoop:
|
outerLoop:
|
||||||
//
|
//
|
||||||
for (final CardPanel panel : this.getCardPanels()) {
|
for (final CardPanel panel : this.getCardPanels()) {
|
||||||
if (!panel.getCard().isCreature()) {
|
if (!panel.getCard().isCreature() || panel.getCard().isToken()) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user