Skip to content

Commit

Permalink
Fix SkinUpdate (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
xknat committed Jun 23, 2021
1 parent 07c2ff3 commit 33473ab
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -586,7 +586,7 @@ public boolean updateSkinData(String name) throws SkinRequestException {
}
}

if (timestamp.equals("0") || C.validMojangUsername(name))
if (timestamp.equals("0"))
throw new SkinRequestException(Locale.ERROR_UPDATING_CUSTOMSKIN);

// Update Skin
Expand Down

0 comments on commit 33473ab

Please sign in to comment.