oops fix err
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m23s
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:
parent
0890a151eb
commit
d8962cee98
@ -216,7 +216,7 @@ public final class MojangService {
|
||||
Skin skin = null; // The target skin to get the skin part of
|
||||
long before = System.currentTimeMillis();
|
||||
try {
|
||||
CachedPlayer player = getPlayer(query, false); // Retrieve the player
|
||||
CachedPlayer player = getPlayer(query); // Retrieve the player
|
||||
skin = player.getSkin(); // Use the player's skin
|
||||
} catch (Exception ignored) {
|
||||
// Simply ignore, and fallback to the default skin
|
||||
|
Loading…
Reference in New Issue
Block a user