1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Removed useless overriding

This commit is contained in:
Sfiguz7 2021-09-30 16:30:20 +02:00
parent 215ac668e0
commit e5c58b2493

View File

@ -76,11 +76,6 @@ public class SolarGenerator extends SlimefunItem implements EnergyNetProvider {
return capacity;
}
@Override
public final boolean isChargeable() {
return false;
}
@Override
public int getGeneratedOutput(Location l, Config data) {
World world = l.getWorld();