This commit is contained in:
logsol 2014-03-31 04:56:51 +02:00
parent 55256ada95
commit c31123514d

View file

@ -37,7 +37,7 @@ function (Parent, Settings, Nc) {
type: 'animated', type: 'animated',
uid: self.uid uid: self.uid
}); });
self.destroy.bind(self); self.destroy();
}, Settings.RAGDOLL_DESTRUCTION_TIME * 1000); }, Settings.RAGDOLL_DESTRUCTION_TIME * 1000);
}; };