Jump to content

Featured Replies

Posted
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

  • 1 year later...

Create an account or sign in to comment