This commit is contained in:
2021-04-06 00:36:06 +02:00
parent 186c8f5a45
commit aadce89a71

View File

@@ -9,7 +9,7 @@
{ {
animations: [], animations: [],
playAnim: function (entity: PlayerMp, _id) { playAnim: function (entity, _id) {
if (this.animations.hasOwnProperty(_id)) { if (this.animations.hasOwnProperty(_id)) {
let currentAnim = this.animations[_id]; let currentAnim = this.animations[_id];
let { id, name, animDict, animName, playOnStream, loop, flag } = currentAnim; let { id, name, animDict, animName, playOnStream, loop, flag } = currentAnim;