|
@@ -135,7 +135,7 @@ exp.get_uuid_info = function(profile, type, callback) {
|
|
var url = Object.get(profile, "textures." + type + ".url");
|
|
var url = Object.get(profile, "textures." + type + ".url");
|
|
var slim;
|
|
var slim;
|
|
if (type === "SKIN") {
|
|
if (type === "SKIN") {
|
|
- slim = Object.get(profile, "textures.SKIN.metadata.model");
|
|
|
|
|
|
+ slim = Object.get(profile, "textures.SKIN.metadata.model") === "slim";
|
|
}
|
|
}
|
|
|
|
|
|
callback(url || null, !!slim);
|
|
callback(url || null, !!slim);
|