EntityDamageEvent: Remove redundant TODO

Armor does absorb lightning damage by default.
This commit is contained in:
Dylan K. Taylor 2018-01-21 14:43:26 +00:00
parent 65fe19ca71
commit 6813838754

View File

@ -150,7 +150,6 @@ class EntityDamageEvent extends EntityEvent implements Cancellable{
case self::CAUSE_VOID:
case self::CAUSE_MAGIC:
case self::CAUSE_SUICIDE:
//TODO: lightning
return false;
}