mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-07 07:47:41 +01:00
make plugin compile again after latest core update
This commit is contained in:
parent
2b6cdf8d43
commit
e1aadc3a54
@ -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<>();
|
||||
|
Loading…
Reference in New Issue
Block a user