mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Changelog update
This commit is contained in:
parent
9c35156db9
commit
9f3b49a7f5
@ -13,6 +13,7 @@
|
||||
## Fixed issues :
|
||||
|
||||
* **[Mission Generator]** Caucasus terrain improvement on exclusions zone (added forests between Vaziani and Beslan to exlusion zones)
|
||||
* **[Mission Generator]** The first unit of every base defenses group could not be controlled by Combined Arms.
|
||||
|
||||
# 2.0.11
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
from userdata import logging_config
|
||||
|
||||
# Logging setup
|
||||
VERSION_STRING = "2.0.10"
|
||||
VERSION_STRING = "2.0.11"
|
||||
logging_config.init_logging(VERSION_STRING)
|
||||
|
||||
import logging
|
||||
|
||||
@ -95,7 +95,7 @@ class NewGameWizard(QtWidgets.QWizard):
|
||||
game.budget = int(game.budget * multiplier)
|
||||
game.settings.multiplier = multiplier
|
||||
game.settings.sams = True
|
||||
game.settings.version = "2.0.10"
|
||||
game.settings.version = "2.0.11"
|
||||
|
||||
if midgame:
|
||||
game.budget = game.budget * 4 * len(list(conflictTheater.conflicts()))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user