Remove the back button in the MPS voting page for non-hosts
This commit is contained in:
parent
3274cc434e
commit
f3196e39fa
@ -44,8 +44,6 @@ public class GameVotingPage extends BasePage
|
|||||||
addCloseButton(4);
|
addCloseButton(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
addBackButton(4);
|
|
||||||
|
|
||||||
int gameSlot = 9;
|
int gameSlot = 9;
|
||||||
int gameIndex = _page * GAMES_PER_PAGE;
|
int gameIndex = _page * GAMES_PER_PAGE;
|
||||||
List<GameType> types = new ArrayList<>(_manager.getGames());
|
List<GameType> types = new ArrayList<>(_manager.getGames());
|
||||||
|
Loading…
Reference in New Issue
Block a user