Fixed major fuckup

This commit is contained in:
Auxilor
2021-11-08 21:09:33 +00:00
parent 18e7548c23
commit 80f43238e0

View File

@@ -84,12 +84,16 @@ public abstract class Extension implements PluginLike {
/**
* Called the once the base plugin is done loading.
*/
protected abstract void onAfterLoad();
protected void onAfterLoad() {
// Override if needed
}
/**
* Called on plugin reload.
*/
protected abstract void onReload();
protected void onReload() {
// Override if needed
}
/**
* Set the metadata of the extension.