[Bleeding] Fixed bugs with TFM_PlayerList and TFM_BanManager

This commit is contained in:
unknown
2014-04-15 15:43:07 +02:00
parent c98909df12
commit 7f2e72ee51
13 changed files with 103 additions and 74 deletions

View File

@ -225,6 +225,11 @@ public class TFM_Util
}
}
public static String decolorize(String string)
{
return string.replaceAll("\\u00A7(?=[0-9a-fk-or])", "&");
}
public static void buildHistory(Location location, int length, TFM_PlayerData playerdata)
{
Block center = location.getBlock();