File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/main/java/org/maxgamer/quickshop Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -333,12 +333,6 @@ public SimpleCommandManager(QuickShop plugin) {
333333 .permission ("quickshop.purge" )
334334 .executor (new SubCommand_Purge (plugin ))
335335 .build ());
336- // registerCmd(CommandContainer.builder()
337- // .prefix("backup")
338- // .permission("quickshop.backup")
339- // .executor(new SubCommand_Backup(plugin))
340- // .hidden(true)
341- // .build());
342336 }
343337
344338 /**
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ public SimpleShopManager(@NotNull QuickShop plugin) {
105105 }
106106
107107 private void init () {
108- // this.useFastShopSearchAlgorithm =
109- // plugin.getConfiguration().getBoolean("shop.use-fast-shop-search-algorithm", false);
110108 Util .debugLog ("Loading caching tax account..." );
111109 String taxAccount = plugin .getConfiguration ().getOrDefault ("tax-account" , "tax" );
112110 if (!taxAccount .isEmpty ()) {
You can’t perform that action at this time.
0 commit comments