mhf_alex is always slim

This commit is contained in:
jomo 2016-01-19 23:08:56 +01:00
parent fcdb03173a
commit 5b1ad851ef

View File

@ -341,7 +341,7 @@ exp.get_render = function(rid, userId, scale, overlay, body, callback) {
callback(err, 0, skin_hash, null);
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) {
callback(draw_err, -1, skin_hash, null);
} else if (!drawn_img) {