merge Hotfix into develop

This commit is contained in:
2021-04-07 19:34:31 +02:00
3 changed files with 15 additions and 17 deletions

View File

@@ -83,12 +83,10 @@
mp.events.addDataHandler("AnimationData", (entity, string) => {
entity.clearTasksImmediately();
if (animationBreakTimer) {
clearInterval(animationBreakTimer);
animationBreakTimer = null;
}
if (string == null) {
blockInput = false;
return;