fix editor command

This commit is contained in:
xsmeths 2024-04-14 22:28:47 +01:00
parent 9a2cdffcb7
commit 5c29ac1850

View File

@ -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;
}