more efficient ground detection

This commit is contained in:
batchprogrammer314
2021-06-27 21:45:11 -05:00
parent eaab1c0bc7
commit 86c50f24c7
2 changed files with 10 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ public class MojangAPI {
.openStream())).getAsJsonObject().get("properties").getAsJsonArray().get(0).getAsJsonObject();
return new String[] {property.get("value").getAsString(), property.get("signature").getAsString()};
} catch (Exception e) {
e.printStackTrace();
return null;
}
}