Changed "Can't use command" to follow one message

This commit is contained in:
libraryaddict
2014-06-02 03:52:54 +12:00
parent 6ac7106df7
commit 3426e0adb6
5 changed files with 5 additions and 5 deletions

View File

@@ -195,7 +195,7 @@ public class DisguiseHelpCommand extends BaseDisguiseCommand {
}
}
}
sender.sendMessage(ChatColor.RED + "You are forbidden from using this command!");
sender.sendMessage(ChatColor.RED + "You are forbidden to use this command.");
return true;
}