We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4a71e commit fb01eeeCopy full SHA for fb01eee
src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java
@@ -360,7 +360,6 @@ public void checkDisplay() {
360
if(this.displayItem.isSpawned()){
361
this.displayItem.remove();
362
}
363
- this.displayItem = null;
364
365
return;
366
@@ -533,11 +532,9 @@ public void onUnload() {
533
532
534
if (inventoryPreview != null) {
535
inventoryPreview.close();
536
- inventoryPreview = null;
537
538
if (this.displayItem != null) {
539
540
541
542
update();
543
this.isLoaded = false;
0 commit comments