mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-19 09:15:15 +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
|
@Override
|
||||||
public void setup() {
|
public void setup() {
|
||||||
this.setDescription("island.help.description");
|
this.setDescription("commands.island.help.description");
|
||||||
this.setOnlyPlayer(true);
|
this.setOnlyPlayer(true);
|
||||||
// Permission
|
// Permission
|
||||||
this.setPermission(Settings.PERMPREFIX + "island");
|
this.setPermission(Settings.PERMPREFIX + "island");
|
||||||
|
Loading…
Reference in New Issue
Block a user