Explorar o código

mhf_alex is always slim

jomo %!s(int64=9) %!d(string=hai) anos
pai
achega
5b1ad851ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/helpers.js

+ 1 - 1
lib/helpers.js

@@ -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) {