diff --git a/app/Game/Client/GameObjects/Items/RagDoll.js b/app/Game/Client/GameObjects/Items/RagDoll.js index 1541e2b..70d4117 100644 --- a/app/Game/Client/GameObjects/Items/RagDoll.js +++ b/app/Game/Client/GameObjects/Items/RagDoll.js @@ -18,7 +18,6 @@ function (Parent, CoreItem, Settings, Nc) { RagDoll.prototype = Object.create(Parent.prototype); RagDoll.prototype.createMesh = function() { - this.createLimbMesh("chest"); for(var name in this.options.limbs) { this.createLimbMesh(name); }