This commit is contained in:
Aidan Brady 2013-08-03 23:59:24 -04:00
parent ffd2588a63
commit aa69ba4bdf

View file

@ -40,7 +40,7 @@ public class PacketTransmitterTransferUpdate implements IMekanismPacket
switch(activeType)
{
case ENERGY:
power = (double)data[2];
power = (Double)data[2];
break;
case GAS:
gasName = ((EnumGas)data[2]).name;