Skip to content

Commit

Permalink
希望没逝
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Dec 28, 2023
1 parent be66525 commit bd98c2a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ private CompletableFuture<Optional<GameProfile>> getProfileAsyncV2(String name)

private Optional<GameProfile> fetchProfileV2(String name)
{
if (!Player.isValidUsername(name))
return Optional.empty();
//希望没逝
//if (!Player.isValidUsername(name))
// return Optional.empty();

var cached = skinStore.get(name);
if (cached != null)
Expand Down

0 comments on commit bd98c2a

Please sign in to comment.