mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
fix: repair script paths after reorg
This commit is contained in:
@@ -9,7 +9,7 @@ from pathlib import Path
|
||||
def load_module_state(root: Path) -> dict:
|
||||
env_path = root / ".env"
|
||||
manifest_path = root / "config" / "module-manifest.json"
|
||||
modules_py = root / "scripts" / "modules.py"
|
||||
modules_py = root / "scripts" / "python" / "modules.py"
|
||||
|
||||
try:
|
||||
output = subprocess.check_output(
|
||||
|
||||
Reference in New Issue
Block a user