Skip to content

Commit

Permalink
Fix StackOverFlow error due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Jun 2, 2020
1 parent 903e4c5 commit aebca94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ public BaseComponent parseComponent(BaseMessage baseMessage) {
}

if (baseMessage.getHoverData() != null) {
BaseComponent hoverMessage = parseComponent(baseMessage);
BaseComponent hoverMessage = parseComponent(baseMessage.getHoverData().getHoverValue());

builder.setHoverEvent(new HoverEvent(
HoverEvent.Action.valueOf(baseMessage.getHoverData().getAction().toString()),
Expand Down

0 comments on commit aebca94

Please sign in to comment.