mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
no instance
This commit is contained in:
parent
f1376be2e0
commit
376477767b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user