mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Remove old TODO from TileEntityLaserRelayEnergy
This commit is contained in:
parent
845aaf847d
commit
8cdd5acaaf
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ public class TileEntityLaserRelayEnergy extends TileEntityLaserRelay {
|
|||
return transmitted;
|
||||
}
|
||||
|
||||
// TODO: [port] this is super hacky, review and fix up
|
||||
@Override
|
||||
public IEnergyStorage getEnergyStorage(Direction facing) {
|
||||
return this.energyStorages[facing == null
|
||||
|
|
Loading…
Reference in a new issue