Fix some out of style formatting.
This commit is contained in:
@@ -104,7 +104,8 @@ public class TranslatableComponent extends BaseComponent
|
||||
@Override
|
||||
protected void toPlainText(StringBuilder builder)
|
||||
{
|
||||
try {
|
||||
try
|
||||
{
|
||||
String trans = locales.getString( translate );
|
||||
Matcher matcher = format.matcher( trans );
|
||||
int position = 0;
|
||||
|
@@ -2,6 +2,7 @@ package net.md_5.bungee.api.tab;
|
||||
|
||||
/**
|
||||
* Represents a custom tab list, which may have slots manipulated.
|
||||
*
|
||||
* @deprecated Future Minecraft versions render this API useless
|
||||
*/
|
||||
@Deprecated
|
||||
|
Reference in New Issue
Block a user