mirror of
https://github.com/songoda/EpicVouchers.git
synced 2024-11-21 17:45:48 +01:00
fix editor command
This commit is contained in:
parent
9a2cdffcb7
commit
5c29ac1850
@ -12,7 +12,7 @@ public class CommandEditor extends AbstractCommand {
|
||||
final EpicVouchers instance;
|
||||
|
||||
public CommandEditor(EpicVouchers instance) {
|
||||
super(CommandType.PLAYER_ONLY, "EpicVouchers");
|
||||
super(CommandType.PLAYER_ONLY, "editor");
|
||||
this.instance = instance;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user