From ab278dd2729539a3c8cb9b3a2aa5b8122927afe8 Mon Sep 17 00:00:00 2001 From: archon0ne Date: Sun, 7 Jul 2024 01:48:36 +0200 Subject: [PATCH] Remove more instances of AKI --- plugins/basic_games/games/game_spt.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/basic_games/games/game_spt.py b/plugins/basic_games/games/game_spt.py index ce1b705..47a0d2c 100644 --- a/plugins/basic_games/games/game_spt.py +++ b/plugins/basic_games/games/game_spt.py @@ -5,7 +5,7 @@ from ..basic_game import BasicGame from ..basic_features import BasicModDataChecker, GlobPatterns -class SPTAKIGame(BasicGame, mobase.IPluginFileMapper): +class SPTGame(BasicGame, mobase.IPluginFileMapper): Name = "SPT Plugin" Author = "Archon" @@ -23,7 +23,7 @@ class SPTAKIGame(BasicGame, mobase.IPluginFileMapper): def init(self, organizer: mobase.IOrganizer) -> bool: super().init(organizer) - self._featureMap[mobase.ModDataChecker] = SPTAKIModDataChecker() + self._featureMap[mobase.ModDataChecker] = SPTModDataChecker() return True def executables(self) -> List[mobase.ExecutableInfo]: @@ -69,7 +69,7 @@ endlocal def mappings(self) -> list[mobase.Mapping]: return [] -class SPTAKIModDataChecker(BasicModDataChecker): +class SPTModDataChecker(BasicModDataChecker): def __init__(self, patterns: GlobPatterns = GlobPatterns()): super().__init__( GlobPatterns(