Fix the thing

This commit is contained in:
Chris Bessent
2021-12-27 00:16:10 -07:00
parent a7d8ec6e85
commit d814483f44
+3
View File
@@ -473,6 +473,9 @@ class BasicGame(mobase.IPluginGame):
def getLauncherName(self) -> str:
return self._mappings.launcherName.get()
def getSupportURL(self) -> str:
return self._mappings.supportURL.get()
def executables(self) -> List[mobase.ExecutableInfo]:
execs = []
if self.getLauncherName():