mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Correct name of referenced weight factor
This commit is contained in:
parent
80d1ae0950
commit
80bf5149fc
@ -571,7 +571,7 @@ class Settings:
|
|||||||
default=35,
|
default=35,
|
||||||
min=0,
|
min=0,
|
||||||
max=100,
|
max=100,
|
||||||
detail="See 2-ship weight factor (WF2)",
|
detail="See 2-ship weight factor (WF3)",
|
||||||
)
|
)
|
||||||
fpa_4ship_weight: int = bounded_int_option(
|
fpa_4ship_weight: int = bounded_int_option(
|
||||||
"4-ship weight factor (WF4)",
|
"4-ship weight factor (WF4)",
|
||||||
@ -580,7 +580,7 @@ class Settings:
|
|||||||
default=15,
|
default=15,
|
||||||
min=0,
|
min=0,
|
||||||
max=100,
|
max=100,
|
||||||
detail="See 2-ship weight factor (WF2)",
|
detail="See 2-ship weight factor (WF4)",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Mission Generator
|
# Mission Generator
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user