Skip to content

Commit 7b1ba39

Browse files
committed
Checking also ModuleManager (/L)
1 parent 8793dbd commit 7b1ba39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Source/WatchDogInstallChecker/Startup.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ internal class Startup : MonoBehaviour
2929
private const string MYSELF_SOURCE_FN = "ModuleManagerWatchDog/Plugins/PluginData/ModuleManagerWatchDog.dll";
3030
private const string MYSELF_TARGET_FN = "666_ModuleManagerWatchDog.dll";
3131

32+
private const string MML_NAME = "Module Manager";
33+
private const string MML_SOURCE_FN = "ModuleManager/PluginData/ModuleManager.dll";
34+
private const string MML_TARGET_FN = "ModuleManager.dll";
35+
3236
private const string SCALE_NAME = "TweakScale's Scale_Redist";
3337
private const string SCALE_SOURCE_FN = "TweakScale/Plugins/PluginData/Scale_Redist.dll";
3438
private const string SCALE_TARGET_FN = "999_Scale_Redist.dll";

0 commit comments

Comments
 (0)