mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +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;
|
import java.util.Arrays;
|
||||||
|
|
||||||
public class CommandLocate extends MortarCommand implements Listener {
|
public class CommandLocate extends MortarCommand implements Listener {
|
||||||
final CommandLocate instance;
|
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) {
|
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event) {
|
||||||
@ -52,7 +51,6 @@ public class CommandLocate extends MortarCommand implements Listener {
|
|||||||
public CommandLocate() {
|
public CommandLocate() {
|
||||||
super("locate");
|
super("locate");
|
||||||
requiresPermission(Iris.perm);
|
requiresPermission(Iris.perm);
|
||||||
this.instance = this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user