Whitespace + general cleanup
This commit is contained in:
@@ -19,9 +19,7 @@ public class EntityDamageByEntityEvent extends EntityDamageEvent implements Canc
|
||||
* Returns the entity that damaged the defender.
|
||||
* @return Entity that damaged the defender.
|
||||
*/
|
||||
public Entity getDamager()
|
||||
{
|
||||
public Entity getDamager() {
|
||||
return damager;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user