diff --git a/resources/assets/src/scripts/general.js b/resources/assets/src/scripts/general.js index 7c3db483..d30dc253 100644 --- a/resources/assets/src/scripts/general.js +++ b/resources/assets/src/scripts/general.js @@ -276,6 +276,11 @@ var TexturePreview = function (type, tid, preference) { this.showNotUploaded = function () { this.selector.hide().parent().next().show(); + // clear 3D preview of cape + if (this.type == 'cape') { + MSP.changeCape(''); + } + return this; } }