Add new messages to other endpoints

This commit is contained in:
2025-06-15 15:25:08 -07:00
parent ae63408675
commit 653f8b6f5a
7 changed files with 82 additions and 2 deletions

View File

@@ -65,6 +65,11 @@ public class LeaderboardsMenu : MonoBehaviour
UpdateStatus(true, "Client version too outdated to access servers");
return;
}
else if (response == "-997")
{
UpdateStatus(true, "Encryption/decryption issues");
return;
}
else if (response == "-1")
{
UpdateStatus(true, "Server returned no results");