From 376477767b6e33c6a3f25d9323ff87a22c40bbf5 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Mon, 16 Aug 2021 21:46:39 +0200 Subject: [PATCH] no instance --- .../java/com/volmit/iris/core/command/world/CommandLocate.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/com/volmit/iris/core/command/world/CommandLocate.java b/src/main/java/com/volmit/iris/core/command/world/CommandLocate.java index e290b2428..e88d436d4 100644 --- a/src/main/java/com/volmit/iris/core/command/world/CommandLocate.java +++ b/src/main/java/com/volmit/iris/core/command/world/CommandLocate.java @@ -31,7 +31,6 @@ import org.bukkit.event.player.PlayerCommandPreprocessEvent; import java.util.Arrays; public class CommandLocate extends MortarCommand implements Listener { - final CommandLocate instance; @EventHandler public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) { @@ -52,7 +51,6 @@ public class CommandLocate extends MortarCommand implements Listener { public CommandLocate() { super("locate"); requiresPermission(Iris.perm); - this.instance = this; } @Override