Change this back

This commit is contained in:
fullwall 2012-10-30 22:17:28 +08:00
parent 9cd6f510e1
commit 5c6ea45eef

View File

@ -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;
}
}