Skip to content

Commit 2dfe88e

Browse files
committed
re-add container missing log
1 parent 6f32980 commit 2dfe88e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ public void checkContainer() {
14591459
if (!Util.canBeShop(this.getLocation().getBlock())) {
14601460
Util.debugLog("Shop at " + this.getLocation() + "@" + this.getLocation().getBlock()
14611461
+ " container was missing, deleting...");
1462+
plugin.getDatabaseHelper().insertHistoryRecord(new ShopRemoveLog(Util.getNilUniqueId(), "Container invalid", saveToInfoStorage()));
14621463
this.onUnload();
14631464
this.delete(false);
14641465
}

0 commit comments

Comments
 (0)