Fixed chunk reset related to autarchic gates. Closes #231

This commit is contained in:
SirSengir 2012-09-09 12:06:59 +02:00
parent a47461a306
commit d24b26d960

View file

@ -53,7 +53,7 @@ public class GateVanilla extends Gate {
// Load pulser if any
if (nbttagcompound.hasKey("Pulser")) {
NBTTagCompound nbttagcompoundP = nbttagcompound.getCompoundTag("Pulser");
pulser = new EnergyPulser((IPowerReceptor) pipe);
addEnergyPulser(pipe);
pulser.readFromNBT(nbttagcompoundP);
}