mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-13 14:48:34 +00:00
Change tag character limit.
Now max = 20 characters, not including color codes. TFM_Util.colorise() -> TFM_Util.colorize()
This commit is contained in:
@ -993,7 +993,7 @@ public class TFM_Util
|
||||
return COLOR_POOL.get(RANDOM.nextInt(COLOR_POOL.size()));
|
||||
}
|
||||
|
||||
public static String colorise(String string)
|
||||
public static String colorize(String string)
|
||||
{
|
||||
return ChatColor.translateAlternateColorCodes('&', string);
|
||||
}
|
||||
|
Reference in New Issue
Block a user