Fixed IslandCommand description not being a valid reference

This commit is contained in:
Florian CUNY 2018-01-03 16:12:08 +01:00
parent 44742d8946
commit a0cbb451fa

View File

@ -25,7 +25,7 @@ public class IslandCommand extends CompositeCommand {
*/
@Override
public void setup() {
this.setDescription("island.help.description");
this.setDescription("commands.island.help.description");
this.setOnlyPlayer(true);
// Permission
this.setPermission(Settings.PERMPREFIX + "island");