mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- CheckStyle.
This commit is contained in:
@@ -112,7 +112,7 @@ public class GameAction {
|
||||
if ((prev == null) && !c.isToken()) {
|
||||
zone.add(c);
|
||||
Player p = zone.getPlayer();
|
||||
if (p != null){
|
||||
if (p != null) {
|
||||
p.updateLabelObservers();
|
||||
}
|
||||
return c;
|
||||
@@ -196,7 +196,7 @@ public class GameAction {
|
||||
}
|
||||
|
||||
Player p = zone.getPlayer();
|
||||
if (p != null){
|
||||
if (p != null) {
|
||||
p.updateLabelObservers();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user