mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-04 07:27:59 +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())
|
final Conversation conversation = new ConversationFactory(CitizensAPI.getPlugin())
|
||||||
.withLocalEcho(false).withEscapeSequence("exit").withEscapeSequence("/npc path")
|
.withLocalEcho(false).withEscapeSequence("exit").withEscapeSequence("/npc path")
|
||||||
.withModality(false).withFirstPrompt(new TriggerEditPrompt(editor)).buildConversation(player);
|
.withModality(false).withFirstPrompt(new TriggerEditPrompt(editor)).buildConversation(player);
|
||||||
player.beginConversation(conversation);
|
conversation.begin();
|
||||||
return conversation;
|
return conversation;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user