mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
mhf_alex is always slim
This commit is contained in:
parent
fcdb03173a
commit
5b1ad851ef
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user