Skip to content

fix missed itemStack.copy() call in sendAllDataToRemote#401

Merged
Jikoo merged 1 commit into
Jikoo:masterfrom
camdencove:fix/skipped-item-stack-copy
May 18, 2026
Merged

fix missed itemStack.copy() call in sendAllDataToRemote#401
Jikoo merged 1 commit into
Jikoo:masterfrom
camdencove:fix/skipped-item-stack-copy

Conversation

@camdencove
Copy link
Copy Markdown

the current sendAllDataToRemote in the OpenSyncMenu is missing the .copy() call of the ites being sent which causes behaviour inconsistencies. Servers that have plugins that modify items on a packet level expect all items to be pre-cloned. This was missed when creating the copies of the method on AbstractContainer

@Jikoo Jikoo enabled auto-merge (squash) May 18, 2026 20:23
@Jikoo Jikoo merged commit b43a321 into Jikoo:master May 18, 2026
2 checks passed
@Jikoo
Copy link
Copy Markdown
Owner

Jikoo commented May 18, 2026

Thank you!

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.

2 participants