Skip to content

Commit

Permalink
Fix obelisks not generating mana
Browse files Browse the repository at this point in the history
even though the commit doesn't show anything was added, i released a download(v1.5.0-14) that contained a test to work on performance and forgot to remove it before i released
  • Loading branch information
Growlith1223 committed Dec 25, 2016
1 parent 96d58b8 commit 2ee7139
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/am2/blocks/tileentity/TileEntityObelisk.java
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ else if (this.inventory[0].getItem().hasContainerItem(this.inventory[0]))
this.inventory[0] = new ItemStack(this.inventory[0].getItem().getContainerItem());
else
InventoryUtilities.decrementStackQuantity(this, 0, 1);

sendCookUpdateToClients();
}
}
Expand Down

0 comments on commit 2ee7139

Please sign in to comment.