This commit is contained in:
2021-04-06 04:05:58 +02:00
parent 968c0b8052
commit 5e8fe218f8

View File

@@ -69,7 +69,6 @@ export default function animationSync() {
mp.events.addDataHandler("AnimationData", (entity: PlayerMp, string) => {
if (string == null) {
entity.clearTasksImmediately();
entity.animationData = null;
return;
}
let lastAnim;