misc fixes

This commit is contained in:
Dimmerworld 2017-10-06 23:34:16 +11:00 committed by drcrazy
parent 5d0b5c3ea3
commit 4307cb8258

View file

@ -14,13 +14,13 @@ public enum EnumPanelType implements IStringSerializable {
private String friendlyName;
public int generationRateD = 10;
// Generation of FE during Day
// Generation of EU during Day
public int generationRateN = 0;
// Generation of FE during Night
// Generation of EU during Night
public int internalCapacity = 1000;
// Internal FE storage of solar panel
// Internal EU storage of solar panel
public EnumPowerTier powerTier;