mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Move beacons module.
This isn't related to the missiongenerator, and importing this file from some places (such as runway data) will cause a circular reference when importing the rest of the missiongenerator package.
This commit is contained in:
@@ -33,7 +33,7 @@ from typing import Dict, Iterable, Union
|
||||
|
||||
import lupa
|
||||
|
||||
from game.missiongenerator.beacons import BEACONS_RESOURCE_PATH, Beacon, BeaconType
|
||||
from game.dcs.beacons import BEACONS_RESOURCE_PATH, Beacon, BeaconType
|
||||
|
||||
THIS_DIR = Path(__file__).parent.resolve()
|
||||
SRC_DIR = THIS_DIR.parents[1]
|
||||
|
||||
Reference in New Issue
Block a user