From c31123514dcc99911b25ed04c1f5f432da918d4d Mon Sep 17 00:00:00 2001 From: logsol Date: Mon, 31 Mar 2014 04:56:51 +0200 Subject: [PATCH] bugfix --- app/Game/Channel/GameObjects/Items/RagDoll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };