This commit is contained in:
Exil Productions
2025-11-11 19:08:36 +01:00

View File

@@ -68,7 +68,7 @@ var sliderSetting = new SliderSetting
settings.AddSetting(sliderSetting);
// Register settings with the manager
VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings);
VMM.ModRegistry.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), settings);
```
@@ -83,4 +83,4 @@ VMM.Core.ModManager.Instance.RegisterSettings(Assembly.GetExecutingAssembly(), s
## License
This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.
This project is licensed under the Apache License 2.0. See LICENSE.txt for the full license text.