diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 28e0e0ec6e..1c5202ab46 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -17,7 +17,6 @@ public class UnitTypes implements ContentList{ @Override public void load(){ - draug = new UnitType("draug", MinerDrone::new){{ flying = true; drag = 0.01f;