fixed util textbottom for 1.8.2

This commit is contained in:
Chiss 2015-02-05 21:39:42 +11:00
parent 64b79424d7
commit 79cde8f5cf
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class UtilTextBottom
amount = 1 - amount;
//Generate Bar
int bars = 24;
int bars = 52;
String progressBar = C.cGreen + "";
boolean colorChange = false;
for (int i=0 ; i<bars ; i++)
@ -57,7 +57,7 @@ public class UtilTextBottom
colorChange = true;
}
progressBar += "";
progressBar += "|";
}
//Send to Player