mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
update haxe!!!
This commit is contained in:
parent
602e662503
commit
5ab50aef12
2 changed files with 5 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
name: Install Haxe
|
name: Install Haxe
|
||||||
command: |
|
command: |
|
||||||
set -eux
|
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]..."
|
echo "Downloading [$download_url]..."
|
||||||
mkdir ~/haxe
|
mkdir ~/haxe
|
||||||
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o ~/haxe.tar.gz
|
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o ~/haxe.tar.gz
|
||||||
|
|
@ -354,7 +354,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Install Haxe
|
name: Install Haxe
|
||||||
command: |
|
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]..."
|
echo "Downloading [$download_url]..."
|
||||||
mkdir /tmp/haxe
|
mkdir /tmp/haxe
|
||||||
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.zip
|
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.zip
|
||||||
|
|
|
||||||
|
|
@ -642,6 +642,9 @@ class MPPlayMissionGui extends GuiImage {
|
||||||
currentList = MissionList.missionList["multiplayer"]["beginner"];
|
currentList = MissionList.missionList["multiplayer"]["beginner"];
|
||||||
|
|
||||||
setCategoryFunc(currentCategoryStatic, null, false);
|
setCategoryFunc(currentCategoryStatic, null, false);
|
||||||
|
if (Net.isHost) {
|
||||||
|
NetCommands.setLobbyLevelIndex(currentCategoryStatic, currentSelectionStatic);
|
||||||
|
}
|
||||||
updateLobbyNames();
|
updateLobbyNames();
|
||||||
redrawChat();
|
redrawChat();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue