mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-03-12 14:49:40 +01:00
refactor!: Remove deprecated getStaticConfig (#2525)
This commit is contained in:
parent
0166b8d139
commit
17351e66c1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user