WhaleWatchers: fix phoenix necklace breaking (#2099)

WhaleWatchers: fix phoenix necklace breaking
This commit is contained in:
Owain van Brakel
2019-12-06 00:18:04 +01:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ import org.apache.commons.lang3.ObjectUtils;
@Singleton
public class WhaleWatchersPlugin extends Plugin
{
private static final String BROKEN_PNECK_MESSAGE = "Your phoenix necklace heals you, but is destroyed in the process.";
private static final String BROKEN_PNECK_MESSAGE = "<col=ef1020>Your phoenix necklace heals you, but is destroyed in the process.</col>";
boolean protectItemOverlay = false;
int damageDone = 0;
int damageTaken = 0;
@@ -326,4 +326,4 @@ public class WhaleWatchersPlugin extends Plugin
this.gloryWarning = config.gloryWarning();
this.pneckBreak = config.pneckBreak();
}
}
}