Remove the back button in the MPS voting page for non-hosts

This commit is contained in:
Sam 2017-12-04 00:50:10 +00:00 committed by Alexander Meech
parent 3274cc434e
commit f3196e39fa

View File

@ -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());