Fix Server Crash

This commit is contained in:
modmuss50 2016-05-13 07:46:17 +01:00
parent 6ef2285ab6
commit 960bac8cc2
5 changed files with 31 additions and 31 deletions

View file

@ -55,8 +55,8 @@ public class TileSolarPanel extends TilePowerAcceptor implements ITickable
if (isRealTile)
{
// FIXME: 25/02/2016
// info.add(ChatFormatting.LIGHT_PURPLE + "Power gen/tick " +
// ChatFormatting.GREEN + PowerSystem.getLocaliszedPower(
// info.add(TextFormatting.LIGHT_PURPLE + "Power gen/tick " +
// TextFormatting.GREEN + PowerSystem.getLocaliszedPower(
// powerToAdd)) ;
}
}