merge Hotfix into develop
This commit is contained in:
@@ -83,12 +83,10 @@
|
||||
|
||||
mp.events.addDataHandler("AnimationData", (entity, string) => {
|
||||
entity.clearTasksImmediately();
|
||||
|
||||
if (animationBreakTimer) {
|
||||
clearInterval(animationBreakTimer);
|
||||
animationBreakTimer = null;
|
||||
}
|
||||
|
||||
if (string == null) {
|
||||
blockInput = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user