aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r--src/main/java/gregtech/api/registries/LHECoolantRegistry.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/registries/LHECoolantRegistry.java b/src/main/java/gregtech/api/registries/LHECoolantRegistry.java
index 084086c841..f7f1834f7a 100644
--- a/src/main/java/gregtech/api/registries/LHECoolantRegistry.java
+++ b/src/main/java/gregtech/api/registries/LHECoolantRegistry.java
@@ -30,7 +30,6 @@ public class LHECoolantRegistry {
double superheatedThreshold) {
var coolant = new LHECoolantInfo(coldFluidName, hotFluidName, steamMultiplier, superheatedThreshold);
- lheCoolants.put(coldFluidName, coolant);
lheCoolants.put(hotFluidName, coolant);
}