Fix dragon bossbar not being halved

This commit is contained in:
libraryaddict 2015-01-18 21:20:44 +13:00
parent e11e2090ad
commit 52d83587cd

View File

@ -98,8 +98,8 @@ public class UtilTextTop
//Health
double health = healthPercent * 199.9 + 0.1;
if (halfHealth)
health = healthPercent * 99 + 101;
//if (halfHealth)
// health = healthPercent * 99 + 101;
//Watcher
DataWatcher watcher = getWatcher(text, health, loc.getWorld());