mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-01 14:08:08 +01:00
Change this back
This commit is contained in:
parent
9cd6f510e1
commit
5c6ea45eef
@ -56,7 +56,7 @@ public class TriggerEditPrompt extends StringPrompt {
|
||||
final Conversation conversation = new ConversationFactory(CitizensAPI.getPlugin())
|
||||
.withLocalEcho(false).withEscapeSequence("exit").withEscapeSequence("/npc path")
|
||||
.withModality(false).withFirstPrompt(new TriggerEditPrompt(editor)).buildConversation(player);
|
||||
player.beginConversation(conversation);
|
||||
conversation.begin();
|
||||
return conversation;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user