mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Renamed CTLD plugin settings to Retribution
Renamed CTLD plugin settings to Retribution, as well as some other miscellaneous files too.
This commit is contained in:
@@ -363,7 +363,7 @@ class Debriefing:
|
||||
seen = set()
|
||||
captures = []
|
||||
for capture in reversed(self.state_data.base_capture_events):
|
||||
# The ID string in the JSON file will be the UUID generated from liberation
|
||||
# The ID string in the JSON file will be the UUID generated from retribution
|
||||
cp_id, new_owner_id_str, _name = capture.split("||")
|
||||
|
||||
# Only the most recent capture event matters.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Maps generated units back to their Liberation types."""
|
||||
"""Maps generated units back to their Retribution types."""
|
||||
from __future__ import annotations
|
||||
|
||||
import itertools
|
||||
|
||||
@@ -30,7 +30,7 @@ def _build_version_string() -> str:
|
||||
return "-".join(components)
|
||||
|
||||
|
||||
#: Current version of Liberation.
|
||||
#: Current version of Retribution.
|
||||
VERSION = _build_version_string()
|
||||
|
||||
#: The latest version of the campaign format. Increment this version whenever all
|
||||
|
||||
Reference in New Issue
Block a user