mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-25 20:15:27 +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().
|
return new PanelItemBuilder().
|
||||||
name(name).
|
name(name).
|
||||||
icon(icon).
|
icon(icon).
|
||||||
description(description).
|
description(GuiUtils.stringSplit(description, this.addon.getChallengesSettings().getLoreLineLength())).
|
||||||
clickHandler(clickHandler).
|
clickHandler(clickHandler).
|
||||||
glow(false).
|
glow(false).
|
||||||
build();
|
build();
|
||||||
@ -408,7 +408,7 @@ public class EditLoreGUI extends CommonGUI
|
|||||||
return new PanelItemBuilder().
|
return new PanelItemBuilder().
|
||||||
name(name).
|
name(name).
|
||||||
icon(icon).
|
icon(icon).
|
||||||
description(description).
|
description(GuiUtils.stringSplit(description, this.addon.getChallengesSettings().getLoreLineLength())).
|
||||||
clickHandler(clickHandler).
|
clickHandler(clickHandler).
|
||||||
glow(false).
|
glow(false).
|
||||||
build();
|
build();
|
||||||
|
Loading…
Reference in New Issue
Block a user