Remove empty lines

This commit is contained in:
shansen 2016-11-17 17:16:54 +01:00
parent 2cc3ea7eec
commit 9c4dd2a5da
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ public enum EggType {
RABBIT(EntityType.RABBIT, 101, "Rabbit"),
POLAR_BEAR(EntityType.POLAR_BEAR, 102, "PolarBear");
private final EntityType entityType;
private final Integer creatureId;
private final String friendlyName;