Skip to content

Commit

Permalink
Merge pull request #22 from nickrobson/patch-1
Browse files Browse the repository at this point in the history
Set BossBar packet, fixes #19
  • Loading branch information
NavidK0 committed Aug 26, 2015
2 parents e050293 + 99436e0 commit 6410bf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/lastabyss/carbon/api/BossBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public BossBar(UUID uuid, IChatBaseComponent message, BossBarColor color, BossBa
this.darkenSky = darkenSky;
this.isDragon = isDragon;
this.health = 1.0F;
this.packet = packet;
}

public UUID getUniqueId() {
Expand Down Expand Up @@ -99,4 +100,4 @@ public enum BossBarColor {
PINK, BLUE, RED, GREEN, YELLOW, PURPLE, WHITE
}

}
}

0 comments on commit 6410bf8

Please sign in to comment.