refactor: consistance phrasing

This commit is contained in:
aro 2023-01-14 23:34:54 +01:00
parent de78cf4ee4
commit 4d1b6c0318

View file

@ -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 -> {