Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash when configuring ender tank covers #3562

Merged
merged 1 commit into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Fix crash when configuring ender tank covers

    The client was calling DimensionManager.getWorld on the client when it
    shouldn't have been.
    
    The fix was to move the private/public toggling code into the cover
    update method, so that it gets called on the server instead of the
    client. This is slightly less efficient, but the code is trivial so it
    doesn't matter.
    
    This change doesn't have any side effects because the relevant code is
    only used in the ender tank cover.
    RecursivePineapple committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    2c572aa View commit details
    Browse the repository at this point in the history