Skip to content

Commit 074389a

Browse files
committed
delete it forever
1 parent 2449575 commit 074389a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/maxgamer/quickshop/shop/ContainerShop.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,9 +1458,9 @@ public void checkContainer() {
14581458
}
14591459
if (!Util.canBeShop(this.getLocation().getBlock())) {
14601460
Util.debugLog("Shop at " + this.getLocation() + "@" + this.getLocation().getBlock()
1461-
+ " container was missing, unload from memory...");
1461+
+ " container was missing, deleting...");
14621462
this.onUnload();
1463-
this.delete(true);
1463+
this.delete(false);
14641464
}
14651465
}
14661466

0 commit comments

Comments
 (0)