Skip to content

Commit 7c99672

Browse files
committed
remove unused var
1 parent 63b137b commit 7c99672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/maxgamer/quickshop/QuickShop.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ private void load3rdParty() {
352352
}
353353
}
354354
if (getConfiguration().getBoolean("plugin.WorldEdit")) {
355-
String nmsVersion = ReflectFactory.getNMSVersion();
356355
// GameVersion gameVersion = GameVersion.get(nmsVersion);
357356
this.worldEditPlugin = Bukkit.getPluginManager().getPlugin("WorldEdit");
358357
if (this.worldEditPlugin != null) {

0 commit comments

Comments
 (0)