Minor formatting fixes
This commit is contained in:
parent
2e0e88db0d
commit
bda1605627
@ -57,7 +57,7 @@ public interface ProxiedPlayer extends Connection, CommandSender
|
||||
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
|
||||
*/
|
||||
|
@ -85,7 +85,7 @@ public class BaseComponentSerializer
|
||||
{
|
||||
components = new BaseComponent[]
|
||||
{
|
||||
context.deserialize( contents, BaseComponent.class )
|
||||
context.deserialize( contents, BaseComponent.class )
|
||||
};
|
||||
}
|
||||
hoverEvent = new HoverEvent( action, components );
|
||||
|
Loading…
Reference in New Issue
Block a user