Compare commits
No commits in common. "6c2ecb2afda0e07e550b7d7fe605b033c2c795ee" and "ab278dd2729539a3c8cb9b3a2aa5b8122927afe8" have entirely different histories.
6c2ecb2afd
...
ab278dd272
@ -23,10 +23,7 @@ class SPTGame(BasicGame, mobase.IPluginFileMapper):
|
|||||||
|
|
||||||
def init(self, organizer: mobase.IOrganizer) -> bool:
|
def init(self, organizer: mobase.IOrganizer) -> bool:
|
||||||
super().init(organizer)
|
super().init(organizer)
|
||||||
if hasattr(self, '_featureMap'):
|
self._featureMap[mobase.ModDataChecker] = SPTModDataChecker()
|
||||||
self._featureMap[mobase.ModDataChecker] = SPTModDataChecker()
|
|
||||||
else:
|
|
||||||
self._register_feature(SPTModDataChecker())
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def executables(self) -> List[mobase.ExecutableInfo]:
|
def executables(self) -> List[mobase.ExecutableInfo]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user