This commit is contained in:
md_5 2013-03-04 21:35:52 +11:00
parent e7887fbbb4
commit efcf4c6a59

View File

@ -38,6 +38,7 @@ public class ListenThread extends Thread
BungeeCord.getInstance().threadPool.submit( handler );
} catch ( SocketException ex )
{
ex.printStackTrace(); // Now people can see why their operating system is failing them and stop bitching at me!
} catch ( IOException ex )
{
ex.printStackTrace(); // TODO