This commit is contained in:
2021-04-06 16:55:30 +02:00
parent 329667f4fb
commit b3fdbccff3

View File

@@ -72,10 +72,6 @@
mp.events.addDataHandler("AnimationData", (entity: PlayerMp, string) => {
entity.clearTasksImmediately();
if (entity == mp.players.local) { //allow player using LMB to attack
blockInput = false;
}
if (string == null) {
return;
}
@@ -96,10 +92,6 @@
if (!pair)
return;
if (entity == mp.players.local) { //block player from using LMB to attack
blockInput = true;
}
let a = setInterval(function () {
mp.events.callRemote("CLIENT:AnimPairTransition", entity, pair.transitionTo);
clearInterval(a);