mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-02 21:41:45 +01:00
Fixed IslandCommand description not being a valid reference
This commit is contained in:
parent
44742d8946
commit
a0cbb451fa
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user