make plugin compile again after latest core update

This commit is contained in:
aurora 2020-08-31 09:21:11 +00:00
parent 2b6cdf8d43
commit e1aadc3a54
1 changed files with 4 additions and 0 deletions

View File

@ -211,6 +211,10 @@ public class EpicBosses extends SongodaPlugin implements IReloadable {
ServerUtils.get().logDebug("Loaded all fields and managers, saved messages and plugin is initialized and ready to go. (took " + (System.currentTimeMillis() - beginMs) + "ms).");
}
@Override
public void onDataLoad() {
}
@Override
public List<Config> getExtraConfig() {
return new ArrayList<>();