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 client side memory leak on anything RedstoneAware #142

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

Glease
Copy link

@Glease Glease commented Jan 10, 2025

This lambda implicitly references this (a TileEntity). On dedicated server it's perfectly fine. In MP, on client side the callback will never be executed. Beside the memory leak, it's pointless to do it on client side tile entity.

@Glease Glease requested a review from a team January 10, 2025 17:04
@Dream-Master Dream-Master merged commit ecaa363 into master Jan 10, 2025
1 check passed
@Dream-Master Dream-Master deleted the fix/memory-leak branch January 10, 2025 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants