9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2026-01-02 13:56:37 +00:00

fix: fix build

This commit is contained in:
MC_XiaoHei
2025-10-01 16:17:42 +08:00
parent 7d3dad94c9
commit 72bd70267c

View File

@@ -31,7 +31,7 @@ public class ServerMountAction extends AbstractBotAction<ServerMountAction> {
if (!bot.hasLineOfSight(craftVehicle.getHandle())) {
continue;
}
if (bot.startRiding(craftVehicle.getHandle(), false)) {
if (bot.startRiding(craftVehicle.getHandle())) {
return true;
}
}