Fix save account error messages

This commit is contained in:
2025-06-15 15:36:17 -07:00
parent 30c07b45c8
commit 0f4744541c

View File

@@ -75,10 +75,7 @@ public class AccountLoggedIn : MonoBehaviour
AccountHandler.UpdateStatusText(loggedInText, "Synced account", Color.green);
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:
AccountHandler.UpdateStatusText(loggedInText, "Unknown server response", Color.red);