mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
SPIGOT-6529: Fix BundleMeta#setItems
This commit is contained in:
parent
8bd43be507
commit
d9c69b44da
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ public class CraftMetaBundle extends CraftMetaItem implements BundleMeta {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setItems(List<ItemStack> items) {
|
public void setItems(List<ItemStack> items) {
|
||||||
items = null;
|
this.items = null;
|
||||||
|
|
||||||
if (items == null) {
|
if (items == null) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue