Comment removed

This commit is contained in:
Anuken 2018-09-17 10:13:15 -04:00
parent 9aa4219bf0
commit 8db4abdf43

View File

@ -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;
});