From e289f13d27461fff80c69ac189134196679c9c35 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Thu, 2 Jan 2020 21:40:04 +0100 Subject: [PATCH] - newline --- core/src/mindustry/content/UnitTypes.java | 1 - 1 file changed, 1 deletion(-) 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;