debug
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
let { id, name, animDict, animName, duration, loop, flag } = currentAnim;
|
let { id, name, animDict, animName, duration, loop, flag } = currentAnim;
|
||||||
|
|
||||||
let interval = setInterval(function () {
|
let interval = setInterval(function () {
|
||||||
|
mp.gui.chat.push(nextAnimations);
|
||||||
mp.events.callRemote("CLIENT:AnimPairTransition", nextAnimations);
|
mp.events.callRemote("CLIENT:AnimPairTransition", nextAnimations);
|
||||||
|
|
||||||
clearInterval(interval);
|
clearInterval(interval);
|
||||||
|
|||||||
Reference in New Issue
Block a user