Skip to content

Commit

Permalink
Fix sweeping edge (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensku committed Mar 3, 2017
1 parent ba1e51d commit d81f395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/log/SkriptLogger.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public final static ParseLogHandler startParseLogHandler() {
* @see RedirectingLogHandler
*/
public final static <T extends LogHandler> T startLogHandler(final T h) {
//handlers.add(h);
handlers.add(h);
return h;
}

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/lang/english.lang
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ enchantments:
frost_walker: Frost Walker
vanishing_curse: Curse of Vanishing
binding_curse: Curse of Binding
sweeping_edge: Sweeping Edge
sweeping: Sweeping Edge

# -- Potion Effects --
potions:
Expand Down

0 comments on commit d81f395

Please sign in to comment.