mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-17 21:02:20 +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() {
|
||||
setOnlyPlayer(true);
|
||||
// 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());
|
||||
inheritPermission();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user