Browse Source

Resolving potential conflict with #285. (Missed the newline)

Glitchfinder 12 years ago
parent
commit
30b87e8035
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gmail/nossr50/skills/gathering/Herbalism.java

+ 1 - 1
src/main/java/com/gmail/nossr50/skills/gathering/Herbalism.java

@@ -428,4 +428,4 @@ public class Herbalism {
             player.sendMessage(LocaleLoader.getString("Herbalism.Ability.GTh.Fail"));
         }
     }
-}
+}