From dd9ad2f0be780f2d0eff5977f9c8cce984e37eca Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 15 Apr 2023 13:38:05 -0700 Subject: [PATCH] Update pydcs for the plane helipad spawning fix. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/2782. --- changelog.md | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 09af6df2..44fecc3b 100644 --- a/changelog.md +++ b/changelog.md @@ -18,6 +18,7 @@ Saves from 6.x are not compatible with 7.0. * **[Campaign]** Fixed a longstanding bug where oversized airlifts could corrupt a save with empty convoys. * **[Modding]** Fixed an issue where Falklands campaigns created or edited with new versions of DCS could not be loaded. * **[Modding]** Fixed decoding of campaign yaml files to use UTF-8 rather than the system locale's default. It's now possible to use "Bf 109 K-4 Kurfürst" as a preferred aircraft type. +* **[Mission Generation]** Planes will no longer spawn in helipads that are not also designated for fixed wing parking. # 6.1.1 diff --git a/requirements.txt b/requirements.txt index 765b1644..5ca28609 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ platformdirs==2.6.2 pluggy==1.0.0 pre-commit==2.21.0 pydantic==1.10.3 --e git+https://github.com/pydcs/dcs@39de3d7d905fb408ad7197b0c36a9458efea1c66#egg=pydcs +-e git+https://github.com/pydcs/dcs@832c8a361319553cb6f2b46f5b2542180b7f72b6#egg=pydcs pyinstaller==5.7.0 pyinstaller-hooks-contrib==2022.14 pyproj==3.4.1