fix: remove the text retreive from configuration
This commit is contained in:
parent
af6e031995
commit
27b88ebdf1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ public class NickoDisguiseSubCmd extends NickoSubCmd {
|
|||
final String disguiseSkinCommand = disguiseBaseCommand + "skin";
|
||||
final String disguiseBothCommand = disguiseBaseCommand + "full";
|
||||
|
||||
final RainbowText text = new RainbowText(NickoBukkit.getInstance().getNickoConfig().getDisguiseKitHeader());
|
||||
final RainbowText text = new RainbowText("Nicko Disguise Kit");
|
||||
final int displacement = new Random().nextInt(RainbowText.getDefaultRainbow().size() - 1);
|
||||
text.setPlace(displacement);
|
||||
|
||||
|
|
Loading…
Reference in a new issue