make plugin compile again after latest core update

This commit is contained in:
aurora 2020-08-31 09:56:18 +00:00
parent 1d3bafc4e6
commit e5cab06915

View File

@ -152,6 +152,9 @@ public class EpicEnchants extends SongodaPlugin {
return null;
}
@Override
public void onDataLoad() {
}
public EnchantManager getEnchantManager() {
return this.enchantManager;