emoteclues: change symbols to ✓ and ✗
This commit is contained in:
@@ -624,7 +624,7 @@ public class EmoteClue extends ClueScroll implements TextClueScroll, LocationClu
|
|||||||
panelComponent.getChildren().add(LineComponent.builder()
|
panelComponent.getChildren().add(LineComponent.builder()
|
||||||
.left(requirement.getCollectiveName(plugin.getClient()))
|
.left(requirement.getCollectiveName(plugin.getClient()))
|
||||||
.leftColor(TITLED_CONTENT_COLOR)
|
.leftColor(TITLED_CONTENT_COLOR)
|
||||||
.right(found ? "X" : "-")
|
.right(found ? "\u2713" : "\u2717")
|
||||||
.rightColor(found ? Color.GREEN : Color.RED)
|
.rightColor(found ? Color.GREEN : Color.RED)
|
||||||
.build());
|
.build());
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user