forked from External/mage
Re-add the getHistory method.
This commit is contained in:
parent
1945e8eaa6
commit
a33aa5d2df
4 changed files with 12 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ public class SeatView implements Serializable {
|
|||
this.history = "";
|
||||
} else {
|
||||
this.flagName = seat.getPlayer().getUserData().getFlagName();
|
||||
this.history = seat.getPlayer().getUserData().getMatchHistory() + " " + seat.getPlayer().getUserData().getTourneyHistory();
|
||||
this.history = seat.getPlayer().getUserData().getHistory();
|
||||
}
|
||||
} else {
|
||||
// Empty seat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue