diff --git a/static/js/global.js b/static/js/global.js index fe8c7b93..7303684e 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -19,7 +19,7 @@ const ICE_TIMEOUT = 2000; // Game state let screenState = "loader"; let gameList = []; -let gameIdx = 5; // contra +let gameIdx = 9; // contra let gamePickerTimer = null; let roomID = null;