Skip to content

Commit

Permalink
Update to c2 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Mar 8, 2015
1 parent 2a56b3a commit 3696cf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<craftbukkit.version>1.8.3-R0.1-SNAPSHOT</craftbukkit.version>
<json.version>20090211</json.version>
<citizens.version>2.0.14-SNAPSHOT</citizens.version>
<citizens.version>2.0.15-SNAPSHOT</citizens.version>
<build.number>Unknown</build.number>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/net/aufdemrand/denizen/objects/dNPC.java
Expand Up @@ -1078,7 +1078,6 @@ public void adjust(Mechanism mechanism) {
Material mat = item.getMaterial().getMaterial();
int data = item.getMaterial().getData((byte)0);
switch (getEntity().getType()) {
/*
case DROPPED_ITEM:
((org.bukkit.entity.Item) getEntity()).getItemStack().setType(mat);
((ItemController.ItemNPC) getEntity()).setType(mat, data);
Expand All @@ -1090,7 +1089,6 @@ public void adjust(Mechanism mechanism) {
case FALLING_BLOCK:
((FallingBlockController.FallingBlockNPC) getEntity()).setType(mat, data);
break;
*/ // TODO: 1.8.3 Update - Waiting on Citizens
default:
dB.echoError("NPC is the not an item type!");
break;
Expand Down

0 comments on commit 3696cf9

Please sign in to comment.