diff --git a/app/Game/Channel/GameObjects/Items/RagDoll.js b/app/Game/Channel/GameObjects/Items/RagDoll.js index 37f8074..938e229 100644 --- a/app/Game/Channel/GameObjects/Items/RagDoll.js +++ b/app/Game/Channel/GameObjects/Items/RagDoll.js @@ -37,7 +37,7 @@ function (Parent, Settings, Nc) { type: 'animated', uid: self.uid }); - self.destroy.bind(self); + self.destroy(); }, Settings.RAGDOLL_DESTRUCTION_TIME * 1000); };