oops fix err
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s

This commit is contained in:
Braydon 2024-04-11 05:32:43 -04:00
parent 0890a151eb
commit d8962cee98

@ -216,7 +216,7 @@ public final class MojangService {
Skin skin = null; // The target skin to get the skin part of Skin skin = null; // The target skin to get the skin part of
long before = System.currentTimeMillis(); long before = System.currentTimeMillis();
try { try {
CachedPlayer player = getPlayer(query, false); // Retrieve the player CachedPlayer player = getPlayer(query); // Retrieve the player
skin = player.getSkin(); // Use the player's skin skin = player.getSkin(); // Use the player's skin
} catch (Exception ignored) { } catch (Exception ignored) {
// Simply ignore, and fallback to the default skin // Simply ignore, and fallback to the default skin