From 6a757d681091ab72c5e5a2cd8872fd2bf253bda2 Mon Sep 17 00:00:00 2001 From: Justin Brubaker Date: Wed, 24 Jan 2018 10:07:32 -0500 Subject: [PATCH] All current commands have #81 Closes #81 --- src/com/gmail/justbru00/epic/rename/utils/v3/Blacklists.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/gmail/justbru00/epic/rename/utils/v3/Blacklists.java b/src/com/gmail/justbru00/epic/rename/utils/v3/Blacklists.java index b148a89..b40e3a4 100644 --- a/src/com/gmail/justbru00/epic/rename/utils/v3/Blacklists.java +++ b/src/com/gmail/justbru00/epic/rename/utils/v3/Blacklists.java @@ -61,7 +61,7 @@ public static boolean checkExistingName(Player p) { /** * Issue #81 - * Checks if the lore of the item is one of the ones from the config. + * Checks if the lore of the item is one of the ones from the config file. * Useful to keep players from changing important lore. * @param p The Player that we are checking for. * @return True if the item can be edited. False if the item contains a blacklisted lore string.