We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5ff0e commit 1adde5bCopy full SHA for 1adde5b
1 file changed
src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityLaserHatch.java
@@ -50,7 +50,6 @@ public void removeFromMultiBlock(MultiblockControllerBase controllerBase) {
50
51
private void calculateLaserContainer(MultiblockControllerBase controllerBase) {
52
if (isOutput) {
53
- // TODO: Handle null values by propagating up the net
54
if (controllerBase instanceof MetaTileEntityActiveTransformer activeTransformer) {
55
wrapper.setBufferSupplier(activeTransformer::getWrapper);
56
}
0 commit comments