mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 02:07:37 +01:00
SPIGOT-6529: Fix BundleMeta#setItems
By: md_5 <git@md-5.net>
This commit is contained in:
parent
f7478ccc32
commit
3e7e42a371
@ -116,7 +116,7 @@ public class CraftMetaBundle extends CraftMetaItem implements BundleMeta {
|
||||
|
||||
@Override
|
||||
public void setItems(List<ItemStack> items) {
|
||||
items = null;
|
||||
this.items = null;
|
||||
|
||||
if (items == null) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user