File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/main/java/org/maxgamer/quickshop/integration/plotsquared Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ public PlotSquaredIntegrationProxy(QuickShop instance) {
3838 if (plugin .getServer ().getPluginManager ().getPlugin ("PlotSquared" ).getClass ().getPackage ().getName ().contains ("intellectualsite" )) {
3939 plotSquared = new PlotSquaredIntegrationV4 (plugin );
4040 } else if (false && Util .isClassAvailable ("com.plotsquared.core.configuration.Caption" )) {
41- //Write reload logic for it
42- plotSquared = new PlotSquaredIntegrationV5 (plugin ) {
43- @ Override
44- public ReloadResult reloadModule () throws Exception {
45- loadConfiguration ();
46- return super .reloadModule ();
47- }
48- };
49- plugin .getReloadManager ().register (plotSquared );
41+ // //Write reload logic for it
42+ // plotSquared = new PlotSquaredIntegrationV5(plugin) {
43+ // @Override
44+ // public ReloadResult reloadModule() throws Exception {
45+ // loadConfiguration();
46+ // return super.reloadModule();
47+ // }
48+ // };
49+ // plugin.getReloadManager().register(plotSquared);
5050 } else {
5151 plotSquared = new PlotSquaredIntegrationV6 (plugin );
5252 }
You can’t perform that action at this time.
0 commit comments