mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 19:10:38 +02:00
mhf_alex is always slim
This commit is contained in:
@@ -341,7 +341,7 @@ exp.get_render = function(rid, userId, scale, overlay, body, callback) {
|
|||||||
callback(err, 0, skin_hash, null);
|
callback(err, 0, skin_hash, null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
renders.draw_model(rid, img, scale, overlay, body, slim, function(draw_err, drawn_img) {
|
renders.draw_model(rid, img, scale, overlay, body, slim || userId.toLowerCase() === "mhf_alex", function(draw_err, drawn_img) {
|
||||||
if (draw_err) {
|
if (draw_err) {
|
||||||
callback(draw_err, -1, skin_hash, null);
|
callback(draw_err, -1, skin_hash, null);
|
||||||
} else if (!drawn_img) {
|
} else if (!drawn_img) {
|
||||||
|
|||||||
Reference in New Issue
Block a user