mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-25 12:05:11 +01:00
Fix issue when Lore GUI buttons were not colored and splitted.
This commit is contained in:
parent
f2a4ab5817
commit
e854bbd294
@ -335,7 +335,7 @@ public class EditLoreGUI extends CommonGUI
|
||||
return new PanelItemBuilder().
|
||||
name(name).
|
||||
icon(icon).
|
||||
description(description).
|
||||
description(GuiUtils.stringSplit(description, this.addon.getChallengesSettings().getLoreLineLength())).
|
||||
clickHandler(clickHandler).
|
||||
glow(false).
|
||||
build();
|
||||
@ -408,7 +408,7 @@ public class EditLoreGUI extends CommonGUI
|
||||
return new PanelItemBuilder().
|
||||
name(name).
|
||||
icon(icon).
|
||||
description(description).
|
||||
description(GuiUtils.stringSplit(description, this.addon.getChallengesSettings().getLoreLineLength())).
|
||||
clickHandler(clickHandler).
|
||||
glow(false).
|
||||
build();
|
||||
|
Loading…
Reference in New Issue
Block a user