How did that debug stay there?
This commit is contained in:
parent
55ec76beee
commit
517655f54e
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user