1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Removed unneeded final: added in a fix, limits extensibility

This commit is contained in:
Sfiguz7 2021-09-26 14:32:08 +02:00
parent 36c6d15421
commit a1cd40998b

View File

@ -65,7 +65,7 @@ public class SolarGenerator extends SlimefunItem implements EnergyNetProvider {
} }
@Override @Override
public final int getCapacity() { public int getCapacity() {
return 0; return 0;
} }