Merge branch 'master' of ssh://184.154.0.242:7999/min/mineplex

This commit is contained in:
libraryaddict 2015-02-05 23:42:41 +13:00
commit 25548046d8

View File

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