pydcs update: refactored livery-scanner

This commit is contained in:
Raffson
2023-05-16 20:48:20 +02:00
parent 1b1090d78f
commit f00a3fb1d2
23 changed files with 4 additions and 71 deletions

View File

@@ -6,7 +6,6 @@ from typing import Set
from dcs import unittype, task
from dcs.helicopters import HelicopterType
from dcs.liveries_scanner import Liveries
from game.modsupport import vehiclemod, shipmod, helicoptermod
@@ -410,7 +409,6 @@ class HKP15B(HelicopterType):
}
livery_name = "HKP15B" # from type
Liveries = Liveries()[livery_name]
pylons: Set[int] = set()