mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Re-add the getHistory method.
This commit is contained in:
parent
1945e8eaa6
commit
a33aa5d2df
4 changed files with 12 additions and 3 deletions
|
|
@ -171,6 +171,10 @@ public class UserData implements Serializable {
|
|||
this.autoOrderTrigger = autoOrderTrigger;
|
||||
}
|
||||
|
||||
public String getHistory() {
|
||||
return "Matches:" + this.matchHistory + " Tourneys:" + this.tourneyHistory;
|
||||
}
|
||||
|
||||
public void setMatchHistory(String history) {
|
||||
this.matchHistory = history;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue