mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Rename custom factions folder
This commit is contained in:
parent
39426dde45
commit
cd4ace4ad5
@ -31,7 +31,7 @@ class FactionLoader:
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def load_factions(cls: Type[FactionLoader]) -> Dict[str, Faction]:
|
def load_factions(cls: Type[FactionLoader]) -> Dict[str, Faction]:
|
||||||
user_faction_path = Path(persistency.base_path()) / "Liberation/Factions"
|
user_faction_path = Path(persistency.base_path()) / "Retribution/Factions"
|
||||||
files = cls.find_faction_files_in(
|
files = cls.find_faction_files_in(
|
||||||
FACTION_DIRECTORY
|
FACTION_DIRECTORY
|
||||||
) + cls.find_faction_files_in(user_faction_path)
|
) + cls.find_faction_files_in(user_faction_path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user