mirror of
https://github.com/DanilaFe/abacus
synced 2026-09-25 12:52:33 +00:00
Make reloads go through the Abacus core.
This commit is contained in:
@@ -220,12 +220,4 @@ public abstract class Plugin {
|
||||
*/
|
||||
public abstract void onDisable();
|
||||
|
||||
/**
|
||||
* Get the variable database.
|
||||
* @return the variable database.
|
||||
*/
|
||||
public final VariableDatabase getVariableDatabase(){
|
||||
return manager.getVariableDatabase();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -422,12 +422,5 @@ public class PluginManager {
|
||||
public Set<Class<?>> getLoadedPluginClasses() {
|
||||
return loadedPluginClasses;
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the variable database.
|
||||
* @return the database.
|
||||
*/
|
||||
public VariableDatabase getVariableDatabase(){
|
||||
return abacus.getVariableDatabase();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user