Browse Source

Removed latent trailing comma in Features of manifest

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
c196126c2a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Loader/manifest.json

+ 1
- 1
IPA.Loader/Loader/manifest.json View File

@ -17,7 +17,7 @@
"define-feature(no-update, IPA.Loader.Features.NoUpdateFeature)",
"define-feature(no-runtime-enable, IPA.Loader.Features.NoRuntimeEnableFeature)",
"define-feature(init-injector, IPA.Loader.Features.InitInjectorFeature)",
"define-feature(config-provider, IPA.Loader.Features.ConfigProviderFeature)",
"define-feature(config-provider, IPA.Loader.Features.ConfigProviderFeature)"
],
"links": {
"project-home": "https://beat-saber-modding-group.github.io/BeatSaber-IPA-Reloaded/index.html",


Loading…
Cancel
Save