Alternatively, you can fix MM yourself and compile it for yourself. Source/ModuleManager/MMPatchLoader.cs @@ -25,7 +25,7 @@ namespace ModuleManager { [SuppressMessage("ReSharper", "StringLastIndexOfIsCultureSpecific.1")] [SuppressMessage("ReSharper", "StringIndexOfIsCultureSpecific.1")] - public class MMPatchLoader + public class MMPatchLoader : LoadingSystem { private const string PHYSICS_NODE_NAME = "PHYSICSGLOBALS"; The difference is just the ": LoadingSy
    • Like
    1