Fix load account error messages

This commit is contained in:
2025-06-15 15:36:55 -07:00
parent 0f4744541c
commit 3ce13f5b1f

View File

@@ -115,10 +115,7 @@ public class AccountLoggedIn : MonoBehaviour
AccountHandler.UpdateStatusText(loggedInText, "Encryption/decryption issues", Color.red);
break;
case "-1":
AccountHandler.UpdateStatusText(loggedInText, "Internal login server error", Color.red);
break;
case "-2":
AccountHandler.instance.SwitchPanel(0);
AccountHandler.UpdateStatusText(loggedInText, "Failed to find info about your user (refresh login?)", Color.red);
break;
default:
var split = response.Split(":");