HexoCraft / AddLight

This plugin allow server admin to add invisible light sources
https://dev.bukkit.org/projects/addlight
3 stars 6 forks source link

Minor typos in Messages.yaml (Messages.java) - no 't' on AddLigh #5

Closed MattAKAFred closed 7 years ago

MattAKAFred commented 7 years ago
@ConfigValue(path = "commands.help.cmd")                    public List<String>   cHelp    = Arrays.asList("Display AddLigh help");

@ConfigValue(path = "commands.reload.cmd") public List cReload = Arrays.asList("Reload AddLigh");

not the lack of a 't' on the end of AddLigh

-Matt