Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
aufdemrand committed Aug 6, 2013
1 parent c910784 commit 17d8e2e
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -32,16 +32,17 @@
public class HealthTrait extends Trait implements Listener {

// Saved to the C2 saves.yml

@Persist("animatedeath")
private boolean animatedeath = Settings.HealthTraitAnimatedDeathEnabled();

@Persist("respawnondeath")
private boolean respawn = Settings.HealthTraitRespawnEnabled();

@Persist("respawndelayinseconds")
private String respawnDelay = Settings.HealthTraitRespawnDelay();;
private String respawnDelay = Settings.HealthTraitRespawnDelay();

@Persist("respawnlocation")
private String respawnLocation = "<npc.location>";
private String respawnLocation = "<npc.flag[respawn_location] || <npc.location>>";

// internal
private dPlayer player = null;
Expand Down

0 comments on commit 17d8e2e

Please sign in to comment.