Resolve "Start delay frontend"
Compare changes
@@ -11,6 +11,7 @@ import com.badlogic.gdx.scenes.scene2d.ui.Table;
@@ -11,6 +11,7 @@ import com.badlogic.gdx.scenes.scene2d.ui.Table;
@@ -26,12 +27,14 @@ public class CreateNewTournamentState extends State {
@@ -26,12 +27,14 @@ public class CreateNewTournamentState extends State {
@@ -61,31 +64,42 @@ public class CreateNewTournamentState extends State {
@@ -61,31 +64,42 @@ public class CreateNewTournamentState extends State {
@@ -116,6 +130,7 @@ public class CreateNewTournamentState extends State {
@@ -116,6 +130,7 @@ public class CreateNewTournamentState extends State {
@@ -188,7 +203,7 @@ public class CreateNewTournamentState extends State {
@@ -188,7 +203,7 @@ public class CreateNewTournamentState extends State {
tournament = new Tournament(GameWare.getInstance().getPlayer().getId(),chosenGames,getTournamentName(),getTimePerRound(),getMaxPlayers(),getRoundsPerGame(),1,chosenGames.size(), 1);
round = QueryIntermediate.getRoundFromTournament(tournamentFromDB.get_id(), GameWare.getInstance().getPlayer().getId(), tournamentFromDB.getCurrentRound());
@@ -213,4 +228,6 @@ public class CreateNewTournamentState extends State {
@@ -213,4 +228,6 @@ public class CreateNewTournamentState extends State {
\ No newline at end of file