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