Skip to content

Commit f65853a

Browse files
committed
Fix /qs paste trigger AsyncAccessCatcher
1 parent 8c9586f commit f65853a

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/maxgamer/quickshop/util/paste

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/paste/Paste.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public class Paste {
444444
// .forEach((shop -> finalReport.append(shop).append("\n")));
445445
finalReport
446446
.append("Total: ")
447-
.append(plugin.getShopLoader().getShopsInDatabase().size())
447+
.append(plugin.getShopManager().getAllShops().size())
448448
.append("\n");
449449
finalReport.append("================================================\n");
450450

0 commit comments

Comments
 (0)