This commit is contained in:
2021-04-07 02:12:51 +02:00
parent 7ca9dd909c
commit d98c742c59
3 changed files with 6 additions and 11 deletions

View File

@@ -79,6 +79,8 @@
mp.events.addDataHandler("AnimationData", (entity: PlayerMp, string) => {
entity.clearTasksImmediately();
if (string == null) {
blockInput = false;
return;
}