Correct comment.

This commit is contained in:
asofold 2014-10-30 13:02:07 +01:00
parent 6c0e1bb6c8
commit 07bc7f6a90

View File

@ -69,7 +69,7 @@ public abstract class AbstractCommand<A> implements TabExecutor{
/**
*
* @param sender
* @return True if sender is a Player, otherwise false is returned and a message sent.
* @return True if sender is a ConsoleCommandSender, otherwise false is returned and a message sent.
*/
public static boolean demandConsoleCommandSender(CommandSender sender) {
if (sender instanceof ConsoleCommandSender) {