Update CommandEnd javadoc

This commit is contained in:
md-5 2014-03-10 09:23:44 +11:00
parent db7f3c770d
commit 003a1973d4

View File

@ -5,7 +5,7 @@ import net.md_5.bungee.api.CommandSender;
import net.md_5.bungee.api.plugin.Command;
/**
* Command to terminate the proxy instance. May only be used by the console.
* Command to terminate the proxy instance. May only be used by the console by default.
*/
public class CommandEnd extends Command
{