refactor: consistance phrasing
This commit is contained in:
parent
de78cf4ee4
commit
4d1b6c0318
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public class MojangAPI {
|
|||
return getErrorObject();
|
||||
}
|
||||
case 429 -> {
|
||||
instance.getLogger().warning("Failed to parse request! The connection is throttled.");
|
||||
instance.getLogger().warning("Failed to parse request: The connection is throttled.");
|
||||
return getErrorObject();
|
||||
}
|
||||
case 200 -> {
|
||||
|
|
Loading…
Reference in a new issue