From 5ab50aef128231f7812241dfb0aaa8ff539d3c70 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:21:24 +0530 Subject: [PATCH] update haxe!!! --- .circleci/config.yml | 4 ++-- src/gui/MPPlayMissionGui.hx | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4f671e9a..9ce50886 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,7 +36,7 @@ jobs: name: Install Haxe command: | set -eux - download_url="https://github.com/HaxeFoundation/haxe/releases/download/4.3.1/haxe-4.3.1-osx.tar.gz" + download_url="https://github.com/HaxeFoundation/haxe/releases/download/4.3.4/haxe-4.3.4-osx.tar.gz" echo "Downloading [$download_url]..." mkdir ~/haxe curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o ~/haxe.tar.gz @@ -354,7 +354,7 @@ jobs: - run: name: Install Haxe command: | - download_url="https://github.com/HaxeFoundation/haxe/releases/download/4.3.3/haxe-4.3.3-win64.zip" + download_url="https://github.com/HaxeFoundation/haxe/releases/download/4.3.4/haxe-4.3.4-win64.zip" echo "Downloading [$download_url]..." mkdir /tmp/haxe curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.zip diff --git a/src/gui/MPPlayMissionGui.hx b/src/gui/MPPlayMissionGui.hx index 62c439da..1724e782 100644 --- a/src/gui/MPPlayMissionGui.hx +++ b/src/gui/MPPlayMissionGui.hx @@ -642,6 +642,9 @@ class MPPlayMissionGui extends GuiImage { currentList = MissionList.missionList["multiplayer"]["beginner"]; setCategoryFunc(currentCategoryStatic, null, false); + if (Net.isHost) { + NetCommands.setLobbyLevelIndex(currentCategoryStatic, currentSelectionStatic); + } updateLobbyNames(); redrawChat(); }