Fixed Entangloporter not updating block surroundings
This commit is contained in:
parent
e6f4102087
commit
461cb79704
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ public class TileEntityQuantumEntangloporter extends TileEntityElectricBlock imp
|
||||||
frequency = (InventoryFrequency)freq;
|
frequency = (InventoryFrequency)freq;
|
||||||
frequency.activeCoords.add(Coord4D.get(this));
|
frequency.activeCoords.add(Coord4D.get(this));
|
||||||
|
|
||||||
|
markDirty();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue