Skip to content

Commit

Permalink
Send npc command selector text using Citizens messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Nov 18, 2021
1 parent e7d3a95 commit b55407c
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -76,7 +76,8 @@ public String getPromptText(ConversationContext context) {
for (NPC npc : choices) {
text += "\n - " + npc.getId();
}
return text;
Messaging.send((CommandSender) context.getForWhom(), text);
return "";
}

public static interface Callback {
Expand Down

0 comments on commit b55407c

Please sign in to comment.