refactor!: Remove deprecated getStaticConfig (#2525)

This commit is contained in:
Ben Woo 2023-02-03 22:39:23 +08:00 committed by GitHub
parent 0166b8d139
commit 17351e66c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1213,17 +1213,6 @@ public class MultiverseCore extends JavaPlugin implements MVPlugin, Core {
return config;
}
/**
* This method is currently used by other plugins.
* It will be removed in 2.4
* @return The Multiverse config.
* @deprecated This is deprecated.
*/
@Deprecated
public static MultiverseCoreConfiguration getStaticConfig() {
return MultiverseCoreConfiguration.getInstance();
}
@Override
public Buscript getScriptAPI() {
return buscript;