How did that debug stay there?

This commit is contained in:
md_5 2013-03-21 13:45:56 +11:00
parent 55ec76beee
commit 517655f54e

View File

@ -186,9 +186,6 @@ public class BungeeCord extends ProxyServer
@Override @Override
public void start() throws Exception public void start() throws Exception
{ {
httpClient.prepareGet( "http://www.ning.com/" ).execute().get();
httpClient.prepareGet( "http://www.ning.com/" ).execute().get();
pluginsFolder.mkdir(); pluginsFolder.mkdir();
pluginManager.loadPlugins( pluginsFolder ); pluginManager.loadPlugins( pluginsFolder );
config.load(); config.load();