Add new messages to other endpoints
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user