Fixed Entangloporter not updating block surroundings

This commit is contained in:
aidancbrady 2016-03-22 19:48:47 -04:00
parent e6f4102087
commit 461cb79704

View file

@ -210,6 +210,8 @@ public class TileEntityQuantumEntangloporter extends TileEntityElectricBlock imp
frequency = (InventoryFrequency)freq;
frequency.activeCoords.add(Coord4D.get(this));
markDirty();
return;
}
}