9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-19 14:59:32 +00:00

Fix fakeplayer break action

This commit is contained in:
violetc
2025-08-16 15:32:02 +08:00
parent 62e6224205
commit f37e9d3783

View File

@@ -120,8 +120,4 @@ public class ServerBotGameMode extends ServerPlayerGameMode {
return InteractionResult.PASS;
}
}
@Override
public void setLevel(@NotNull ServerLevel world) {
}
}