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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user