From 949de05c014727661963f6edffa5fede10b24197 Mon Sep 17 00:00:00 2001 From: Spottedleaf Date: Sun, 17 Apr 2016 13:35:31 -0500 Subject: [PATCH] Also fix javadocs in the Server interface --- ...raduate-bungeecord-chat-API-from-spigot-subclasses.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Spigot-API-Patches/Graduate-bungeecord-chat-API-from-spigot-subclasses.patch b/Spigot-API-Patches/Graduate-bungeecord-chat-API-from-spigot-subclasses.patch index b88e1d9498..e84d32a193 100644 --- a/Spigot-API-Patches/Graduate-bungeecord-chat-API-from-spigot-subclasses.patch +++ b/Spigot-API-Patches/Graduate-bungeecord-chat-API-from-spigot-subclasses.patch @@ -46,14 +46,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + // Paper start + /** -+ * Sends the component to the player ++ * Sends the component to all online players. + * -+ * @param component the components to send ++ * @param component the component to send + */ + public void broadcast(net.md_5.bungee.api.chat.BaseComponent component); + + /** -+ * Sends an array of components as a single message to the player ++ * Sends an array of components as a single message to all online players. + * + * @param components the components to send + */