Rework Google Auth and add Supercup
This commit is contained in:
@@ -90,7 +90,7 @@ public class TLWMatch extends BaseMatch{
|
||||
}
|
||||
}
|
||||
|
||||
public TLWMatch(APIFootballMatch apiFootballMatch, int season, int league, int matchday, int matchNo, int status, int koMatch) {
|
||||
public TLWMatch(APIFootballMatch apiFootballMatch, int season, int league, int matchday, int matchNo, int status, int koMatch, boolean showTable) {
|
||||
this.season = season;
|
||||
this.league = league;
|
||||
this.matchday = matchday;
|
||||
@@ -105,6 +105,7 @@ public class TLWMatch extends BaseMatch{
|
||||
this.formulaGuest = "";
|
||||
this.status = status;
|
||||
this.koMatch = koMatch;
|
||||
this.showTable = showTable ? 0 : 1;
|
||||
this.teamNameHome = apiFootballMatch.getTeamNameHome();
|
||||
this.teamNameGuest = apiFootballMatch.getTeamNameGuest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user