Removed loadUpdatableClasses

This commit is contained in:
Auxilor
2021-07-16 18:25:58 +02:00
committed by Auxilor
parent 39b95c7a34
commit d73c665d20
2 changed files with 5 additions and 22 deletions

View File

@@ -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.
*