mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Allow user-made custom injected weapons setup
This commit is contained in:
@@ -87,6 +87,10 @@ def payloads_dir(backup: bool = False) -> Path:
|
||||
return payloads
|
||||
|
||||
|
||||
def user_custom_weapon_injections_dir() -> Path:
|
||||
return base_path() / "Retribution" / "WeaponInjections"
|
||||
|
||||
|
||||
def save_dir() -> Path:
|
||||
return base_path() / "Retribution" / "Saves"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user