Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
bensku committed Apr 25, 2016
1 parent 4af4fd0 commit 881d931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.njol</groupId>
<artifactId>skript</artifactId>
<version>2.2-dev13c</version>
<version>2.2-dev13d</version>
<name>Skript</name>
<description>A plugin for the Minecraft server API Bukkit that allows to create scripts in natural language.</description>
<url>http://njol.ch/projects/skript/</url>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/ch/njol/skript/events/EvtClick.java
Expand Up @@ -262,6 +262,7 @@ public static boolean checkUseOffHand(Player player, int clickType, @Nullable Bl
case GOLD_SPADE:
case DIAMOND_SPADE:
case ENDER_PEARL:
case EYE_OF_ENDER:
mainUsable = true;
break;
//$CASES-OMITTED$
Expand Down

0 comments on commit 881d931

Please sign in to comment.