mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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 = "";
|
this.history = "";
|
||||||
} else {
|
} else {
|
||||||
this.flagName = seat.getPlayer().getUserData().getFlagName();
|
this.flagName = seat.getPlayer().getUserData().getFlagName();
|
||||||
this.history = seat.getPlayer().getUserData().getHistory();
|
this.history = seat.getPlayer().getUserData().getMatchHistory() + " " + seat.getPlayer().getUserData().getTourneyHistory();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Empty seat
|
// Empty seat
|
||||||
|
|
Loading…
Reference in a new issue