mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
minor - write a logical sentence in a single line
This commit is contained in:
@@ -127,12 +127,7 @@ public class GameAction {
|
|||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean suppress;
|
boolean suppress = !c.isToken() && zoneFrom.equals(zoneTo);
|
||||||
if (c.isToken()) {
|
|
||||||
suppress = false;
|
|
||||||
} else {
|
|
||||||
suppress = zoneFrom.equals(zoneTo);
|
|
||||||
}
|
|
||||||
|
|
||||||
Card copied = null;
|
Card copied = null;
|
||||||
Card lastKnownInfo = null;
|
Card lastKnownInfo = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user