Would you mind providing me with an example of using the function. I have attached what I tried below, and it just will not show anything on the screen, and will not join the server at all. Just immetitely calls WorldEvent.Unload.
// Try Logging in
LoginMod.LOGGER.info("LoginMod is trying to login to " + domain + ":" + port + "!");
ConnectScreen.startConnecting(Minecraft.getInstance().screen, Minecraft.getInstance(), new ServerAddress(domain, port), null);
I believe it does try to connect, I just can't see anything, and I can tell it doesn't actually login. Any clue as to why not? Am I misunderstanding the function?
Also, thanks so much for your help, I have been getting a lot farther than I would have otherwise. Much appreciated!