mirror of
https://github.com/tanyaofei/minecraft-fakeplayer.git
synced 2025-07-14 05:12:23 +08:00
Command sprint
This commit is contained in:
parent
d65704aba9
commit
c12b245f70
@ -48,7 +48,7 @@ public class MoveCommand extends AbstractCommand {
|
||||
}
|
||||
};
|
||||
|
||||
this.stopTasks.put(fakeId, stopping.runTaskLater(Main.getInstance(), 20));
|
||||
this.stopTasks.put(fakeId, stopping.runTaskLater(Main.getInstance(), fake.isSprinting() ? 40 : 20));
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user