Remove more instances of AKI
This commit is contained in:
parent
7dfad0e905
commit
ab278dd272
@ -5,7 +5,7 @@ from ..basic_game import BasicGame
|
|||||||
from ..basic_features import BasicModDataChecker, GlobPatterns
|
from ..basic_features import BasicModDataChecker, GlobPatterns
|
||||||
|
|
||||||
|
|
||||||
class SPTAKIGame(BasicGame, mobase.IPluginFileMapper):
|
class SPTGame(BasicGame, mobase.IPluginFileMapper):
|
||||||
|
|
||||||
Name = "SPT Plugin"
|
Name = "SPT Plugin"
|
||||||
Author = "Archon"
|
Author = "Archon"
|
||||||
@ -23,7 +23,7 @@ class SPTAKIGame(BasicGame, mobase.IPluginFileMapper):
|
|||||||
|
|
||||||
def init(self, organizer: mobase.IOrganizer) -> bool:
|
def init(self, organizer: mobase.IOrganizer) -> bool:
|
||||||
super().init(organizer)
|
super().init(organizer)
|
||||||
self._featureMap[mobase.ModDataChecker] = SPTAKIModDataChecker()
|
self._featureMap[mobase.ModDataChecker] = SPTModDataChecker()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def executables(self) -> List[mobase.ExecutableInfo]:
|
def executables(self) -> List[mobase.ExecutableInfo]:
|
||||||
@ -69,7 +69,7 @@ endlocal
|
|||||||
def mappings(self) -> list[mobase.Mapping]:
|
def mappings(self) -> list[mobase.Mapping]:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
class SPTAKIModDataChecker(BasicModDataChecker):
|
class SPTModDataChecker(BasicModDataChecker):
|
||||||
def __init__(self, patterns: GlobPatterns = GlobPatterns()):
|
def __init__(self, patterns: GlobPatterns = GlobPatterns()):
|
||||||
super().__init__(
|
super().__init__(
|
||||||
GlobPatterns(
|
GlobPatterns(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user