Posted January 4, 20223 yr comment_68665 Hello friend I bring you a tutorial of the message "Conneting to Server" when starting section in anguish Go to Client Game and look for the following public void login(String s, String s1, boolean flag) { and down it will come out something like this if (missingPassword()) { return; } firstLoginMessage = ""; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Replace it to this if (missingPassword()) { return; } firstLoginMessage = "Connecting to server..."; secondLoginMessage = ""; Signlink.errorname = s; try { if (!flag) { drawLoginScreen(true); } Enjoy! join my Discord
Create an account or sign in to comment