We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c3c4d4 + 9a54e4f commit 97bcaa8Copy full SHA for 97bcaa8
MSURandomizer/Services/AppInitializationService.cs
@@ -18,7 +18,8 @@ public class AppInitializationService(
18
IMsuRandomizerInitializationService msuRandomizerInitializationService,
19
IGitHubReleaseService gitHubReleaseService,
20
IGitHubReleaseCheckerService gitHubReleaseCheckerService,
21
- IMsuUserOptionsService msuUserOptionsService)
+ IMsuUserOptionsService msuUserOptionsService,
22
+ IMsuGameService msuGameService)
23
{
24
public void Initialize(string[] args)
25
@@ -66,6 +67,7 @@ public void FinishInitialization()
66
67
InitializeUserOptions = true,
68
LookupMsus = true
69
});
70
+ msuGameService.InstallLuaScripts();
71
72
}
73
0 commit comments