Command sprint

This commit is contained in:
tanyaofei 2024-08-09 14:29:58 +08:00
parent d65704aba9
commit c12b245f70

View File

@ -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));
};
}