From 8db4abdf43dca24ca8b7f35b91aa80c5c031efe3 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 17 Sep 2018 10:13:15 -0400 Subject: [PATCH] Comment removed --- core/src/io/anuke/mindustry/entities/Damage.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/io/anuke/mindustry/entities/Damage.java b/core/src/io/anuke/mindustry/entities/Damage.java index 37ff0614db..740d443b88 100644 --- a/core/src/io/anuke/mindustry/entities/Damage.java +++ b/core/src/io/anuke/mindustry/entities/Damage.java @@ -91,7 +91,6 @@ public class Damage{ if(tile != null && tile.entity != null && tile.target().getTeamID() != team.ordinal() && tile.entity.collide(hitter)){ tile.entity.collision(hitter); hitter.getBulletType().hit(hitter, tile.worldx(), tile.worldy()); - //Effects.effect(effect, tile.worldx(), tile.worldy()); } return false; });