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:
MetalStormGhost
2024-05-05 11:43:33 +03:00
committed by Raffson
parent 79d79645b0
commit e34a8c7875
10 changed files with 14 additions and 14 deletions

View File

@@ -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.