Revert "Bungee join / part messages"

This reverts commit 7108bd4deb.
This commit is contained in:
md_5
2013-04-13 18:28:11 +10:00
parent 7108bd4deb
commit a9ad4889f7
4 changed files with 3 additions and 37 deletions

View File

@@ -247,11 +247,4 @@ public abstract class ProxyServer
* @return the server's {@link AsyncHttpClient} instance
*/
public abstract AsyncHttpClient getHttpClient();
/**
* Send a message to all connected players.
*
* @param message the message to send
*/
public abstract void broadcast(String message);
}