mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix startup faction error.
This commit is contained in:
parent
5a275e6153
commit
f84d77d334
@ -37,10 +37,12 @@ Saves from 2.3 are not compatible with 2.4.
|
|||||||
* **[UI]** Carrier group SAM threat rings now move with the carrier.
|
* **[UI]** Carrier group SAM threat rings now move with the carrier.
|
||||||
* **[UI]** Base intel menu no longer compresses text, and is now scrollable.
|
* **[UI]** Base intel menu no longer compresses text, and is now scrollable.
|
||||||
* **[UI]** Edit Flight window is now dynamically sized to adapt to the width of waypoint names, so they no longer get truncated.
|
* **[UI]** Edit Flight window is now dynamically sized to adapt to the width of waypoint names, so they no longer get truncated.
|
||||||
|
* **[UI]** Create Flight comboboxes now stretch to adjust to the size of their contents.
|
||||||
* **[Units]** J-11A is no longer spawned with empty loadout.
|
* **[Units]** J-11A is no longer spawned with empty loadout.
|
||||||
* **[Units]** F-14B is no longer spawned with empty loadout for fighter sweep tasks.
|
* **[Units]** F-14B is no longer spawned with empty loadout for fighter sweep tasks.
|
||||||
* **[Units]** Pyotr Velikiy cruiser has been removed for now as it's nearly unkillable.
|
* **[Units]** Pyotr Velikiy cruiser has been removed for now as it's nearly unkillable.
|
||||||
* **[Units]** Submarines have been removed for now as they aren't wholly functional.
|
* **[Units]** Submarines have been removed for now as they aren't wholly functional.
|
||||||
|
* **[Units]** Fixed "FACTION ERROR : Unable to find OliverHazardPerryGroupGenerator in pydcs" error at startup.
|
||||||
|
|
||||||
# 2.3.4
|
# 2.3.4
|
||||||
|
|
||||||
|
|||||||
@ -80,7 +80,7 @@
|
|||||||
"LHA_1_Tarawa"
|
"LHA_1_Tarawa"
|
||||||
],
|
],
|
||||||
"destroyers": [
|
"destroyers": [
|
||||||
"OliverHazardPerryGroupGenerator"
|
"Oliver_Hazzard_Perry_class"
|
||||||
],
|
],
|
||||||
"cruisers": [
|
"cruisers": [
|
||||||
"Ticonderoga_class"
|
"Ticonderoga_class"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user