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.