Minor formatting fixes

This commit is contained in:
md_5
2021-07-22 11:46:41 +10:00
parent 2e0e88db0d
commit bda1605627
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ public interface ProxiedPlayer extends Connection, CommandSender
String getDisplayName(); String getDisplayName();
/** /**
* Sets this players display name to be used by bungeecord commands and plugins. * Sets this player's display name to be used by proxy commands and plugins.
* *
* @param name the name to set * @param name the name to set
*/ */

View File

@@ -85,7 +85,7 @@ public class BaseComponentSerializer
{ {
components = new BaseComponent[] components = new BaseComponent[]
{ {
context.deserialize( contents, BaseComponent.class ) context.deserialize( contents, BaseComponent.class )
}; };
} }
hoverEvent = new HoverEvent( action, components ); hoverEvent = new HoverEvent( action, components );