We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b137b commit 7c99672Copy full SHA for 7c99672
src/main/java/org/maxgamer/quickshop/QuickShop.java
@@ -352,7 +352,6 @@ private void load3rdParty() {
352
}
353
354
if (getConfiguration().getBoolean("plugin.WorldEdit")) {
355
- String nmsVersion = ReflectFactory.getNMSVersion();
356
// GameVersion gameVersion = GameVersion.get(nmsVersion);
357
this.worldEditPlugin = Bukkit.getPluginManager().getPlugin("WorldEdit");
358
if (this.worldEditPlugin != null) {
0 commit comments