Javadoc updates
Fixes BUKKIT-1653, Fixes BUKKIT-1383 and Fixes BUKKIT-1644 By: feildmaster <admin@feildmaster.com>
This commit is contained in:
@@ -12,7 +12,7 @@ public abstract class MessagePrompt implements Prompt{
|
||||
/**
|
||||
* Message prompts never wait for user input before continuing.
|
||||
* @param context Context information about the conversation.
|
||||
* @return
|
||||
* @return Always false.
|
||||
*/
|
||||
public boolean blocksForInput(ConversationContext context) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user