mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Fix for SeatView build error.
This commit is contained in:
parent
75f5a17135
commit
8cbca2491b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class SeatView implements Serializable {
|
|||
this.history = "";
|
||||
} else {
|
||||
this.flagName = seat.getPlayer().getUserData().getFlagName();
|
||||
this.history = seat.getPlayer().getUserData().getHistory();
|
||||
this.history = seat.getPlayer().getUserData().getMatchHistory() + " " + seat.getPlayer().getUserData().getTourneyHistory();
|
||||
}
|
||||
} else {
|
||||
// Empty seat
|
||||
|
|
Loading…
Reference in a new issue