From 8fc821d67b0c1960e7e1f7f5afa493c7fff477f9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 1 Oct 2024 20:09:56 -0400 Subject: [PATCH] the dangers of static imports --- core/src/mindustry/content/SerpuloTechTree.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/SerpuloTechTree.java b/core/src/mindustry/content/SerpuloTechTree.java index 19a1ab589d..d16d2908e7 100644 --- a/core/src/mindustry/content/SerpuloTechTree.java +++ b/core/src/mindustry/content/SerpuloTechTree.java @@ -552,7 +552,7 @@ public class SerpuloTechTree{ ), () -> { node(testingGrounds, Seq.with( new Research(cryofluidMixer), - new Research(cryofluid), + new Research(Liquids.cryofluid), new Research(waterExtractor), new Research(ripple) ), () -> {