mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Removed redundant remove user from chat call and some formatting.
This commit is contained in:
parent
2c85c54b9f
commit
b360bb1528
4 changed files with 4 additions and 9 deletions
|
|
@ -39,8 +39,8 @@ import mage.game.Game;
|
|||
*/
|
||||
public class RevealedView implements Serializable {
|
||||
|
||||
private String name;
|
||||
private SimpleCardsView cards = new SimpleCardsView();
|
||||
private final String name;
|
||||
private final SimpleCardsView cards = new SimpleCardsView();
|
||||
|
||||
public RevealedView(String name, Cards cards, Game game) {
|
||||
this.name = name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue