mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-21 14:52:05 +01:00
Replaced #setParameters(String) to #setParametersHelp(String) in CustomIslandMultiHomeHelp
This commit is contained in:
parent
0e8e9dde67
commit
716495258c
@ -24,7 +24,7 @@ public class CustomIslandMultiHomeHelp extends CompositeCommand {
|
|||||||
public void setup() {
|
public void setup() {
|
||||||
setOnlyPlayer(true);
|
setOnlyPlayer(true);
|
||||||
// Inherit parameters from the respective parent class - in this case, only /island go and /island sethome
|
// Inherit parameters from the respective parent class - in this case, only /island go and /island sethome
|
||||||
setParameters(parent.getParameters());
|
setParametersHelp(parent.getParameters());
|
||||||
setDescription(parent.getDescription());
|
setDescription(parent.getDescription());
|
||||||
inheritPermission();
|
inheritPermission();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user