Removed loadUpdatableClasses
This commit is contained in:
@@ -543,15 +543,6 @@ public abstract class EcoPlugin extends JavaPlugin {
|
||||
*/
|
||||
protected abstract List<Listener> loadListeners();
|
||||
|
||||
/**
|
||||
* All updatable classes.
|
||||
*
|
||||
* @return A list of all updatable classes.
|
||||
*/
|
||||
protected List<Class<?>> loadUpdatableClasses() {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
/**
|
||||
* Create the display module for the plugin.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user